Skip to content

Commit c741819

Browse files
committed
Set websocket-client version range due to the package regression
1 parent f81ee52 commit c741819

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@
8585
"uvicorn<1",
8686
"gunicorn>=20,<21",
8787
# Socket Mode 3rd party implementation
88-
"websocket_client>=1,<2",
88+
# TODO: 1.2.2 has a regression (https://github.com/websocket-client/websocket-client/issues/769)
89+
# ERROR on_error invoked (error: AttributeError, message: 'Dispatcher' object has no attribute 'read')
90+
"websocket_client>=1,<1.2.2",
8991
],
9092
# pip install -e ".[testing_without_asyncio]"
9193
"testing_without_asyncio": test_dependencies,

0 commit comments

Comments
 (0)