Skip to content

Commit f058376

Browse files
Merge pull request #154 from contentstack/enh/dx-7349
Removed unused dependency so the package installs on Python 3.12+ an…
2 parents 6136eae + 56a452d commit f058376

4 files changed

Lines changed: 8 additions & 3 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.9.0
6+
7+
#### Date: 25 May 2026
8+
9+
- Removed unused `bson` dependency so the package installs on Python 3.12+ and 3.14 (the standalone `bson` 0.5.x package fails to build on newer Python versions).
10+
411
---
512
## v1.8.1
613

contentstack_management/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
__author__ = 'dev-ex'
8383
__status__ = 'debug'
8484
__region__ = 'na'
85-
__version__ = '1.8.1'
85+
__version__ = '1.9.0'
8686
__host__ = 'api.contentstack.io'
8787
__protocol__ = 'https://'
8888
__api_version__ = 'v3'

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ setuptools>=80.0.0,<82.0.0
44
requests>=2.33.0,<3.0.0
55
urllib3>=2.6.3,<3.0.0
66
pylint>=2.0.0
7-
bson>=0.5.9,<1.0.0
87
requests-toolbelt>=1.0.0,<2.0.0
98
pyotp==2.9.0
109
packaging>=24.0

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def get_author_email(package):
5050
"Operating System :: OS Independent",
5151
],
5252
install_requires=[
53-
"bson >= 0.5.9",
5453
"requests >= 2.5.4",
5554
"requests-toolbelt >= 0.3.1",
5655
"urllib3 >= 2.6.3",

0 commit comments

Comments
 (0)