Skip to content

Commit d40cb5f

Browse files
authored
Merge pull request #178 from contentstack/main
chore: back-merge main into development
2 parents 1228771 + 09b3a5a commit d40cb5f

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

33
## Content Management SDK For Python
4+
---
5+
## v1.11.1
6+
7+
#### Date: 22 July 2026
8+
9+
- Bumped `setuptools` minimum version from `>=80.0.0,<82.0.0` to `>=83.0.0` to resolve a Snyk vulnerability finding.
10+
411
---
512
## v1.11.0
613

contentstack_management/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def get_contentstack_endpoint(region='us', service='', omit_https=False):
102102
__author__ = 'dev-ex'
103103
__status__ = 'debug'
104104
__region__ = 'na'
105-
__version__ = '1.11.0'
105+
__version__ = '1.11.1'
106106
__host__ = 'api.contentstack.io'
107107
__protocol__ = 'https://'
108108
__api_version__ = 'v3'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python-dotenv>=1.2.2
22
# <82: pkg_resources (used by coverage-badge and similar tools) was removed in setuptools 82+
3-
setuptools>=80.0.0,<82.0.0
3+
setuptools>=83.0.0
44
requests>=2.33.0,<3.0.0
55
urllib3>=2.7.0,<3.0.0
66
pylint>=2.0.0

0 commit comments

Comments
 (0)