Skip to content

Commit

Permalink
fix: lock the cloud sdk library version
Browse files Browse the repository at this point in the history
  • Loading branch information
mamoonraja committed Sep 3, 2020
1 parent 23db316 commit 18d5997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def run_tests(self):
version=__version__,
description='Client library to use the IBM Watson Services',
license='Apache 2.0',
install_requires=['requests>=2.0, <3.0', 'python_dateutil>=2.5.3', 'websocket-client==0.48.0', 'ibm_cloud_sdk_core==1.5.1'],
install_requires=['requests>=2.0, <3.0', 'python_dateutil>=2.5.3', 'websocket-client==0.48.0', 'ibm_cloud_sdk_core==1.7.3'],
tests_require=['responses', 'pytest', 'python_dotenv', 'pytest-rerunfailures', 'tox'],
cmdclass={'test': PyTest},
author='IBM Watson',
Expand Down

0 comments on commit 18d5997

Please sign in to comment.