Skip to content

Commit 4f0a953

Browse files
NaveenaNaveena
authored andcommitted
Updated SDK dependencies.
1) Python 3.6 supports requests <= 2.27.1 version and python 3.5 supports requests <= 2.25.1 2) Updated the minimum version for requests package in the setup file. 3) With this change SDK will support 3.5+ python versions.
1 parent 6a6b310 commit 4f0a953

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
url='https://github.com/cohesity/management-sdk-python',
2424
packages=find_packages(),
2525
install_requires=[
26-
'requests>=2.31.0, <3.0',
26+
'requests>=2.25.1, <3.0',
2727
'cachecontrol>=0.11.7, <1.0',
2828
'python-dateutil>=2.5.3, <3.0'
2929
]

0 commit comments

Comments
 (0)