Skip to content

Commit d5f00e6

Browse files
OMpawar-21claude
andcommitted
fix: version bump
Upgraded setuptools to 83.0.0 to resolve a Snyk-flagged Improper Unicode Encoding Handling issue. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 558f1d5 commit d5f00e6

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## _v2.7.1_
4+
5+
### **Date: 22-July-2026**
6+
7+
- Upgraded `setuptools` to `83.0.0` to resolve a Snyk-flagged Improper Unicode Encoding Handling issue.(Snyk Fix)
8+
39
## _v2.7.0_
410

511
### **Date: 20-July-2026**

contentstack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_contentstack_endpoint(region='us', service='', omit_https=False):
4242
__title__ = 'contentstack-delivery-python'
4343
__author__ = 'contentstack'
4444
__status__ = 'debug'
45-
__version__ = 'v2.7.0'
45+
__version__ = 'v2.7.1'
4646
__endpoint__ = 'cdn.contentstack.io'
4747
__email__ = 'support@contentstack.com'
4848
__developer_email__ = 'mobile@contentstack.com'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
twython==3.9.1
2-
setuptools==80.3.1
2+
setuptools==83.0.0
33
contentstack-utils==1.6.0
44
python-dateutil==2.8.2
55
requests==2.33.0

0 commit comments

Comments
 (0)