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 ebb466a commit 2258ee1Copy full SHA for 2258ee1
setup.py
@@ -22,8 +22,8 @@
22
gunicorn_min_extras = {"gunicorn==0.16.1"}
23
gunicorn_max_extras = {"gunicorn==20.1.*"}
24
25
-uvicorn_min_extras = {"uvicorn==0.14"}
26
-uvicorn_max_extras = {"uvicorn==0.17"}
+uvicorn_min_extras = {"uvicorn==0.29.0"}
+uvicorn_max_extras = {"uvicorn==0.29.0"}
27
28
uwsgi_max_extras = {"uwsgi==2.0.*"}
29
uwsgi_min_extras = {"uwsgi==2.0.14"}
0 commit comments