From 9830b52d74d780d2688ec846c3feea9a1c309acf Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Wed, 3 Jun 2026 14:49:12 +0530 Subject: [PATCH 1/2] upgraded idna version bump --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0dd2a75..b6f9601 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ Pygments~=2.20.0 wrapt==1.16.0 certifi==2024.8.30 oauthlib==3.2.2 -idna==3.10 +idna==3.15 chardet~=5.2.0 alabaster==0.7.16 zipp==3.20.1 From 562c2cbce4364a7d4ec28bf3da36d3f19d32b47d Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Wed, 3 Jun 2026 14:54:42 +0530 Subject: [PATCH 2/2] added version bump --- CHANGELOG.md | 6 ++++++ contentstack/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaecdb5..c82a852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## _v2.5.3_ + +### **Date: 08-June-2026** + +- Fixed security issues. + ## _v2.5.2_ ### **Date: 18-May-2026** diff --git a/contentstack/__init__.py b/contentstack/__init__.py index f2c9031..4d6b815 100644 --- a/contentstack/__init__.py +++ b/contentstack/__init__.py @@ -22,7 +22,7 @@ __title__ = 'contentstack-delivery-python' __author__ = 'contentstack' __status__ = 'debug' -__version__ = 'v2.5.2' +__version__ = 'v2.5.3' __endpoint__ = 'cdn.contentstack.io' __email__ = 'support@contentstack.com' __developer_email__ = 'mobile@contentstack.com'