From a9f2967394d17734183425f8a349fb3158404ff8 Mon Sep 17 00:00:00 2001 From: mahmishr Date: Fri, 9 Jan 2026 20:19:17 +0530 Subject: [PATCH 1/2] Create python-sdk-versions.json --- python-sdk-versions.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 python-sdk-versions.json diff --git a/python-sdk-versions.json b/python-sdk-versions.json new file mode 100644 index 0000000..ac1a007 --- /dev/null +++ b/python-sdk-versions.json @@ -0,0 +1,18 @@ +{ + "latest_version": "0.0.72", + "minimum_supported_version": "0.0.50", + "versions": [ + { + "version": "0.0.72", + "release_date": "2025-12-02", + "tag_name": "0.0.72", + "download_url": "https://github.com/CyberSource/cybersource-rest-client-python/archive/refs/tags/0.0.72.zip" + } + ], + "repository": { + "owner": "CyberSource", + "repo": "cybersource-rest-client-python", + "url": "https://github.com/CyberSource/cybersource-rest-client-python" + }, + "last_updated": "2025-12-02T10:00:00Z" +} \ No newline at end of file From f6a6bcfeb371f4c0f1c9517a30637bd1a058b2f6 Mon Sep 17 00:00:00 2001 From: mahmishr Date: Mon, 12 Jan 2026 10:35:54 +0530 Subject: [PATCH 2/2] Update Python SDK to version 0.0.73 --- python-sdk-versions.json | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/python-sdk-versions.json b/python-sdk-versions.json index ac1a007..7402a6b 100644 --- a/python-sdk-versions.json +++ b/python-sdk-versions.json @@ -1,18 +1,24 @@ { - "latest_version": "0.0.72", - "minimum_supported_version": "0.0.50", - "versions": [ - { - "version": "0.0.72", - "release_date": "2025-12-02", - "tag_name": "0.0.72", - "download_url": "https://github.com/CyberSource/cybersource-rest-client-python/archive/refs/tags/0.0.72.zip" - } - ], - "repository": { - "owner": "CyberSource", - "repo": "cybersource-rest-client-python", - "url": "https://github.com/CyberSource/cybersource-rest-client-python" + "latest_version": "0.0.73", + "minimum_supported_version": "0.0.50", + "versions": [ + { + "version": "0.0.73", + "release_date": "2026-01-04", + "tag_name": "0.0.73", + "download_url": "https://github.com/CyberSource/cybersource-rest-client-python/archive/refs/tags/0.0.73.zip" }, - "last_updated": "2025-12-02T10:00:00Z" + { + "version": "0.0.72", + "release_date": "2025-12-02", + "tag_name": "0.0.72", + "download_url": "https://github.com/CyberSource/cybersource-rest-client-python/archive/refs/tags/0.0.72.zip" + } + ], + "repository": { + "owner": "CyberSource", + "repo": "cybersource-rest-client-python", + "url": "https://github.com/CyberSource/cybersource-rest-client-python" + }, + "last_updated": "2026-01-12T05:05:46Z" } \ No newline at end of file