Skip to content

Commit 8d64ad2

Browse files
Commiting changes to fix Python sdk incompatibility for PyXB-X library 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
1 parent f36af68 commit 8d64ad2

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
= Vantiv eCommerce Python SDK
22

3+
==Version 12.37.1 (v12.37.1)(August 28, 2024)
4+
* Change: [cnpAPI v12.37.1] Added change to upgrade to a newer version of PyXB-X library which supports Python 3.12
5+
36
==Version 12.37.0 (v12.37.0)(July 10, 2024)
47
* Change: [cnpAPI v12.37] New existing 'postCheckoutRedirectUrl' with min length '1' and maxlength '200'
58
* Change: [cnpAPI v12.37] New enum 'provider' is added with value 'AFFIRM'

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Vantiv eCommerce Python SDK 12.37.0!
1+
Vantiv eCommerce Python SDK 12.37.1!
22
====================================
33
.. toctree::
44
:maxdepth: 2

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
setup(
1313
name='VantiveCommerceSDK',
14-
version='12.37.0',
14+
version='12.37.1',
1515
description='Vantiv eCommerce Python SDK',
1616
author='Vantiv eCommerce',
1717
author_email='SDKSupport@vantiv.com',
1818
url='https://developer.vantiv.com/community/ecommerce',
1919
packages=['vantivsdk', 'scripts'],
2020
install_requires=[
21-
'PyXB-X==1.2.6.1',
21+
'PyXB-X>=1.2.6.1',
2222
'paramiko>=1.14.0',
2323
'requests>=2.13.0',
2424
'six>=1.10.0',

vantivsdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
# XML Version
2626
VERSION = u'12.37'
2727
# SDK release
28-
RELEASE = u'12.37.0'
28+
RELEASE = u'12.37.1'

0 commit comments

Comments
 (0)