We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81ee52 commit c741819Copy full SHA for c741819
setup.py
@@ -85,7 +85,9 @@
85
"uvicorn<1",
86
"gunicorn>=20,<21",
87
# Socket Mode 3rd party implementation
88
- "websocket_client>=1,<2",
+ # 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",
91
],
92
# pip install -e ".[testing_without_asyncio]"
93
"testing_without_asyncio": test_dependencies,
0 commit comments