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.
1 parent de43bcf commit a3283bbCopy full SHA for a3283bb
contentstack/__init__.py
@@ -22,7 +22,7 @@
22
__title__ = 'contentstack-delivery-python'
23
__author__ = 'contentstack'
24
__status__ = 'debug'
25
-__version__ = 'v1.10.0'
+__version__ = 'v1.11.0'
26
__endpoint__ = 'cdn.contentstack.io'
27
__email__ = '[email protected]'
28
__developer_email__ = '[email protected]'
requirements.txt
@@ -5,7 +5,7 @@ python-dateutil==2.8.2
5
requests==2.32.2
6
coverage==7.2.6
7
tox==4.5.1
8
-virtualenv==20.23.0
+virtualenv==20.26.6
9
Sphinx==7.0.1
10
sphinxcontrib-websupport==1.2.4
11
pip==23.3.1
@@ -33,7 +33,7 @@ pytz==2023.3
33
Babel==2.12.1
34
pep517==0.13.0
35
tomli~=2.0.1
36
-Werkzeug==3.0.3
+Werkzeug==3.0.6
37
Flask~=2.3.2
38
click~=8.1.3
39
MarkupSafe==2.1.2
0 commit comments