Skip to content

Commit

Permalink
Upgrade pyxb lib.
Browse files Browse the repository at this point in the history
This is the recommended fix for the following issue:
AuthorizeNet#112
  • Loading branch information
wm3ndez committed Jan 29, 2020
1 parent 611ca62 commit f3fdecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion authorizenet/apicontractsv1.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
_GenerationUID = pyxb.utils.utility.UniqueIdentifier('urn:uuid:d394854f-e894-11e8-964f-00155d846ce4')

# Version of PyXB used to generate the bindings
_PyXBVersion = '1.2.5'
_PyXBVersion = '1.2.6'
# Generated bindings are not compatible across PyXB versions
if pyxb.__version__ != _PyXBVersion:
raise pyxb.PyXBVersionError(_PyXBVersion)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['pyxb==1.2.5', 'lxml==4.*', 'requests==2.*'],
install_requires=['pyxb==1.2.6', 'lxml==4.*', 'requests==2.*'],
#install_requires=['nose'],
#install_requires=['nosetests'],
#install_requires=['mock'],
Expand Down

0 comments on commit f3fdecf

Please sign in to comment.