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 50c01db commit 8ed4912Copy full SHA for 8ed4912
setup.py
@@ -89,7 +89,7 @@
89
"starlette>=0.14,<1",
90
"tornado>=6,<7",
91
# server
92
- "uvicorn>=0.20,<1",
+ "uvicorn<1", # The oldest version can vary among Python runtime versions
93
"gunicorn>=20,<21",
94
# Socket Mode 3rd party implementation
95
# Note: 1.2.2 has a regression (https://github.com/websocket-client/websocket-client/issues/769)
0 commit comments