We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b760fdd + 562c2cb commit 64a5d20Copy full SHA for 64a5d20
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## _v2.5.3_
4
+
5
+### **Date: 08-June-2026**
6
7
+- Fixed security issues.
8
9
## _v2.5.2_
10
11
### **Date: 18-May-2026**
contentstack/__init__.py
@@ -22,7 +22,7 @@
22
__title__ = 'contentstack-delivery-python'
23
__author__ = 'contentstack'
24
__status__ = 'debug'
25
-__version__ = 'v2.5.2'
+__version__ = 'v2.5.3'
26
__endpoint__ = 'cdn.contentstack.io'
27
__email__ = 'support@contentstack.com'
28
__developer_email__ = 'mobile@contentstack.com'
requirements.txt
@@ -51,7 +51,7 @@ Pygments~=2.20.0
51
wrapt==1.16.0
52
certifi==2024.8.30
53
oauthlib==3.2.2
54
-idna==3.10
+idna==3.15
55
chardet~=5.2.0
56
alabaster==0.7.16
57
zipp==3.20.1
0 commit comments