Skip to content

Commit 6f3ea39

Browse files
Update dependency uvicorn to v0.30.3
1 parent ebb466a commit 6f3ea39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
gunicorn_min_extras = {"gunicorn==0.16.1"}
2323
gunicorn_max_extras = {"gunicorn==20.1.*"}
2424

25-
uvicorn_min_extras = {"uvicorn==0.14"}
26-
uvicorn_max_extras = {"uvicorn==0.17"}
25+
uvicorn_min_extras = {"uvicorn==0.30.3"}
26+
uvicorn_max_extras = {"uvicorn==0.30.3"}
2727

2828
uwsgi_max_extras = {"uwsgi==2.0.*"}
2929
uwsgi_min_extras = {"uwsgi==2.0.14"}

0 commit comments

Comments
 (0)