Skip to content

Commit 98c772f

Browse files
authored
Merge pull request #774 from watson-developer-cloud/update-core-3.3.6
feat: upate core to use 3.3.6
2 parents b21f271 + 83d5f6a commit 98c772f

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

requirements-dev.txt

Lines changed: 1 addition & 4 deletions
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==1.7.3
8+
ibm_cloud_sdk_core==3.3.6
99

1010
# code coverage
1111
coverage<5
@@ -19,6 +19,3 @@ bumpversion>=0.5.3
1919

2020
# Web sockets
2121
websocket-client==0.48.0
22-
23-
# lock JWT
24-
PyJWT==1.7.1

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +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==1.7.3
5-
PyJWT==1.7.1
4+
ibm_cloud_sdk_core==3.3.6

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==1.7.3'],
67+
install_requires=['requests>=2.0, <3.0', 'python_dateutil>=2.5.3', 'websocket-client==0.48.0', 'ibm_cloud_sdk_core>=3.3.6'],
6868
tests_require=['responses', 'pytest', 'python_dotenv', 'pytest-rerunfailures', 'tox'],
6969
cmdclass={'test': PyTest},
7070
author='IBM Watson',

0 commit comments

Comments
 (0)