From bb20e9f1ec20d6b8cbba32744ee6adf2f472e980 Mon Sep 17 00:00:00 2001 From: mrafnadeem-apimatic Date: Tue, 10 Dec 2024 11:42:08 +0500 Subject: [PATCH 1/2] update jsonpickle to 3.3.0 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 66f28f5..44f131b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -jsonpickle~=3.0.1, >= 3.0.1 +jsonpickle~=3.3.0 python-dateutil~=2.8.1 apimatic-core-interfaces~=0.1.0 requests~=2.31 diff --git a/setup.py b/setup.py index 359bf1c..bb02556 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ packages=find_packages(), install_requires=[ 'apimatic-core-interfaces~=0.1.0', - 'jsonpickle~=3.0.1, >= 3.0.1', + 'jsonpickle~=3.3.0', 'python-dateutil~=2.8.1', 'requests~=2.31', 'setuptools>=68.0.0', From d9a5cc7d2306e0d42702cfce234b2bf8adf1589f Mon Sep 17 00:00:00 2001 From: mrafnadeem-apimatic Date: Tue, 10 Dec 2024 12:30:49 +0500 Subject: [PATCH 2/2] update patch version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb02556..63e70c2 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='apimatic-core', - version='0.2.16', + version='0.2.17', description='A library that contains core logic and utilities for ' 'consuming REST APIs using Python SDKs generated by APIMatic.', long_description=long_description,