Skip to content

Commit

Permalink
Revert uvicorn range
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Dec 19, 2022
1 parent 50c01db commit 8ed4912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"starlette>=0.14,<1",
"tornado>=6,<7",
# server
"uvicorn>=0.20,<1",
"uvicorn<1", # The oldest version can vary among Python runtime versions
"gunicorn>=20,<21",
# Socket Mode 3rd party implementation
# Note: 1.2.2 has a regression (https://github.com/websocket-client/websocket-client/issues/769)
Expand Down

0 comments on commit 8ed4912

Please sign in to comment.