Skip to content

Commit f3fdecf

Browse files
committed
Upgrade pyxb lib.
This is the recommended fix for the following issue: AuthorizeNet#112
1 parent 611ca62 commit f3fdecf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

authorizenet/apicontractsv1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
_GenerationUID = pyxb.utils.utility.UniqueIdentifier('urn:uuid:d394854f-e894-11e8-964f-00155d846ce4')
1818

1919
# Version of PyXB used to generate the bindings
20-
_PyXBVersion = '1.2.5'
20+
_PyXBVersion = '1.2.6'
2121
# Generated bindings are not compatible across PyXB versions
2222
if pyxb.__version__ != _PyXBVersion:
2323
raise pyxb.PyXBVersionError(_PyXBVersion)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# your project is installed. For an analysis of "install_requires" vs pip's
6464
# requirements files see:
6565
# https://packaging.python.org/en/latest/requirements.html
66-
install_requires=['pyxb==1.2.5', 'lxml==4.*', 'requests==2.*'],
66+
install_requires=['pyxb==1.2.6', 'lxml==4.*', 'requests==2.*'],
6767
#install_requires=['nose'],
6868
#install_requires=['nosetests'],
6969
#install_requires=['mock'],

0 commit comments

Comments
 (0)