Skip to content

Commit

Permalink
Commiting changes to fix Python sdk incompatibility for PyXB-X librar…
Browse files Browse the repository at this point in the history
…y to support Python 3.12 version (#37)

* Commiting changes to fix Python sdk incompatibility for PyXB-X library to support Python 3.12 version

* Commiting changes to fix Python sdk incompatibility for PyXB-X library to support Python 3.12 version
  • Loading branch information
shivrajtapkir authored Aug 29, 2024
1 parent f36af68 commit 8d64ad2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
= Vantiv eCommerce Python SDK

==Version 12.37.1 (v12.37.1)(August 28, 2024)
* Change: [cnpAPI v12.37.1] Added change to upgrade to a newer version of PyXB-X library which supports Python 3.12

==Version 12.37.0 (v12.37.0)(July 10, 2024)
* Change: [cnpAPI v12.37] New existing 'postCheckoutRedirectUrl' with min length '1' and maxlength '200'
* Change: [cnpAPI v12.37] New enum 'provider' is added with value 'AFFIRM'
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Vantiv eCommerce Python SDK 12.37.0!
Vantiv eCommerce Python SDK 12.37.1!
====================================
.. toctree::
:maxdepth: 2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

setup(
name='VantiveCommerceSDK',
version='12.37.0',
version='12.37.1',
description='Vantiv eCommerce Python SDK',
author='Vantiv eCommerce',
author_email='SDKSupport@vantiv.com',
url='https://developer.vantiv.com/community/ecommerce',
packages=['vantivsdk', 'scripts'],
install_requires=[
'PyXB-X==1.2.6.1',
'PyXB-X>=1.2.6.1',
'paramiko>=1.14.0',
'requests>=2.13.0',
'six>=1.10.0',
Expand Down
2 changes: 1 addition & 1 deletion vantivsdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
# XML Version
VERSION = u'12.37'
# SDK release
RELEASE = u'12.37.0'
RELEASE = u'12.37.1'

0 comments on commit 8d64ad2

Please sign in to comment.