From ce4a50015d35f2fa8e6c50724cf021656761f340 Mon Sep 17 00:00:00 2001 From: OMpawar-21 Date: Wed, 22 Jul 2026 14:16:14 +0530 Subject: [PATCH] fix: bump setuptools to resolve Snyk vulnerability Bump setuptools requirement from >=80.0.0,<82.0.0 to >=83.0.0 to address a Snyk-flagged vulnerability, and bump package version to 1.11.1. Co-Authored-By: Claude Sonnet 5 --- CHANGELOG.md | 7 +++++++ contentstack_management/__init__.py | 2 +- requirements.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb45dc9..7f75064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # CHANGELOG ## Content Management SDK For Python +--- +## v1.11.1 + +#### Date: 22 July 2026 + +- Bumped `setuptools` minimum version from `>=80.0.0,<82.0.0` to `>=83.0.0` to resolve a Snyk vulnerability finding. + --- ## v1.11.0 diff --git a/contentstack_management/__init__.py b/contentstack_management/__init__.py index b0034a0..4e9a763 100644 --- a/contentstack_management/__init__.py +++ b/contentstack_management/__init__.py @@ -102,7 +102,7 @@ def get_contentstack_endpoint(region='us', service='', omit_https=False): __author__ = 'dev-ex' __status__ = 'debug' __region__ = 'na' -__version__ = '1.11.0' +__version__ = '1.11.1' __host__ = 'api.contentstack.io' __protocol__ = 'https://' __api_version__ = 'v3' diff --git a/requirements.txt b/requirements.txt index 14e4f1e..03f4a7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ python-dotenv>=1.2.2 # <82: pkg_resources (used by coverage-badge and similar tools) was removed in setuptools 82+ -setuptools>=80.0.0,<82.0.0 +setuptools>=83.0.0 requests>=2.33.0,<3.0.0 urllib3>=2.7.0,<3.0.0 pylint>=2.0.0