Skip to content

Commit 4fae7d4

Browse files
committed
chore(version): Update version of webosocket-client
1 parent f9dea80 commit 4fae7d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ You can use the `get_result()`, `get_headers()` and get_status_code() to return
257257
* `python_dateutil` >= 2.5.3
258258
* [responses] for testing
259259
* Following for web sockets support in speech to text
260-
* `websocket-client` 0.47.0
260+
* `websocket-client` 0.52.0
261261

262262
## Contributing
263263

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.47.0'],
67+
install_requires=['requests>=2.0, <3.0', 'python_dateutil>=2.5.3', 'websocket-client==0.52.0'],
6868
tests_require=['responses', 'pytest', 'python_dotenv', 'pytest-rerunfailures', 'tox'],
6969
cmdclass={'test': PyTest},
7070
author='Jeffrey Stylos',

0 commit comments

Comments
 (0)