Skip to content

Updated SDK dependencies. #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ pip install cohesity-management-sdk==1.5.1

|Cluster Version| SDK Version|
|---|--|
|7.0|1.10.2|
|7.0|1.10.1|
|6.8.1_u1|1.9.2|
|6.8.1_u1|1.9.1|
Expand Down
2 changes: 1 addition & 1 deletion cohesity_management_sdk/controllers/base_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class BaseController(object):
http_call_back = None


global_headers = {'user-agent': 'cohesity-python/1.10.1'}
global_headers = {'user-agent': 'cohesity-python/1.10.2'}

def __init__(self, config=None, client=None, call_back=None):
if client != None:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='cohesity_management_sdk',
version='1.10.1',
version='1.10.2',
description='This SDK provides operations for interfacing with the Cohesity Cluster.',
long_description=long_description,
long_description_content_type=long_description_content_type,
Expand All @@ -23,7 +23,7 @@
url='https://github.com/cohesity/management-sdk-python',
packages=find_packages(),
install_requires=[
'requests>=2.31.0, <3.0',
'requests>=2.25.1, <3.0',
'cachecontrol>=0.11.7, <1.0',
'python-dateutil>=2.5.3, <3.0'
]
Expand Down