Skip to content

Commit

Permalink
fix(core): Update to latest verison of core
Browse files Browse the repository at this point in the history
  • Loading branch information
ehdsouza committed Jun 21, 2019
1 parent 1a56040 commit dec79e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -358,7 +358,7 @@ assistant.disable_SSL_verification() # MAKE SURE SSL VERIFICATION IS DISABLED
* [responses] for testing
* Following for web sockets support in speech to text
* `websocket-client` 0.48.0
* `ibm_cloud_sdk_core` >=0.5.0
* `ibm_cloud_sdk_core` >=0.5.1

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -5,7 +5,7 @@ python_dotenv>=0.1.5;python_version!='3.2'
pylint>=1.4.4
tox>=2.9.1
pytest-rerunfailures>=3.1
ibm_cloud_sdk_core>=0.5.0
ibm_cloud_sdk_core>=0.5.1

# code coverage
coverage<5
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
requests>=2.0,<3.0
python_dateutil>=2.5.3
websocket-client==0.48.0
ibm_cloud_sdk_core>=0.5.0
ibm_cloud_sdk_core>=0.5.1
2 changes: 1 addition & 1 deletion setup.py
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>=0.5.0'],
install_requires=['requests>=2.0, <3.0', 'python_dateutil>=2.5.3', 'websocket-client==0.48.0', 'ibm_cloud_sdk_core>=0.5.1'],
tests_require=['responses', 'pytest', 'python_dotenv', 'pytest-rerunfailures', 'tox'],
cmdclass={'test': PyTest},
author='IBM Watson',
Expand Down

0 comments on commit dec79e6

Please sign in to comment.