Skip to content

Commit 106f0af

Browse files
committed
point at a working implementation of pyxb that supports py3.10
see: AuthorizeNet#151 see: AuthorizeNet#152 see: AuthorizeNet#154
1 parent 11f5f69 commit 106f0af

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

authorizenet/apicontractsv1.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
# Unique identifier for bindings created at the same time
1717
_GenerationUID = pyxb.utils.utility.UniqueIdentifier('urn:uuid:6a124e8c-3f7c-11eb-bcdb-847beb3cc146')
1818

19-
# Version of PyXB used to generate the bindings
20-
_PyXBVersion = '1.2.5'
21-
# Generated bindings are not compatible across PyXB versions
22-
if pyxb.__version__ != _PyXBVersion:
23-
raise pyxb.PyXBVersionError(_PyXBVersion)
24-
2519
# A holder for module-level binding classes so we can access them from
2620
# inside class definitions where property names may conflict.
2721
_module_typeBindings = pyxb.utils.utility.Object()

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-X==1.2.6.1', 'lxml==4.*', 'requests==2.*'],
6767
#install_requires=['nose'],
6868
#install_requires=['nosetests'],
6969
#install_requires=['mock'],

0 commit comments

Comments
 (0)