Skip to content

Commit 785b0ee

Browse files
authored
Merge pull request #695 from watson-developer-cloud/ver
fix(core): Update core version for handling proxy in token managers
2 parents 69f13ea + 68ea837 commit 785b0ee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ assistant.disable_SSL_verification() # MAKE SURE SSL VERIFICATION IS DISABLED
358358
* [responses] for testing
359359
* Following for web sockets support in speech to text
360360
* `websocket-client` 0.48.0
361-
* `ibm_cloud_sdk_core` >=0.5.1
361+
* `ibm_cloud_sdk_core` ==0.5.2
362362

363363
## Contributing
364364

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python_dotenv>=0.1.5;python_version!='3.2'
55
pylint>=1.4.4
66
tox>=2.9.1
77
pytest-rerunfailures>=3.1
8-
ibm_cloud_sdk_core>=0.5.1
8+
ibm_cloud_sdk_core==0.5.2
99

1010
# code coverage
1111
coverage<5

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
requests>=2.0,<3.0
22
python_dateutil>=2.5.3
33
websocket-client==0.48.0
4-
ibm_cloud_sdk_core>=0.5.1
4+
ibm_cloud_sdk_core==0.5.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def run_tests(self):
6464
version=__version__,
6565
description='Client library to use the IBM Watson Services',
6666
license='Apache 2.0',
67-
install_requires=['requests>=2.0, <3.0', 'python_dateutil>=2.5.3', 'websocket-client==0.48.0', 'ibm_cloud_sdk_core>=0.5.1'],
67+
install_requires=['requests>=2.0, <3.0', 'python_dateutil>=2.5.3', 'websocket-client==0.48.0', 'ibm_cloud_sdk_core==0.5.2'],
6868
tests_require=['responses', 'pytest', 'python_dotenv', 'pytest-rerunfailures', 'tox'],
6969
cmdclass={'test': PyTest},
7070
author='IBM Watson',

0 commit comments

Comments
 (0)