Skip to content

Commit 5f725eb

Browse files
committed
fix(core): Update to rc2 core
1 parent 7931c02 commit 5f725eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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==1.0.0rc1
8+
ibm_cloud_sdk_core==1.0.0rc2
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==1.0.0rc1
4+
ibm_cloud_sdk_core==1.0.0rc2

setup.py

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

0 commit comments

Comments
 (0)