Skip to content

Commit fa86eff

Browse files
Update dependency uvicorn to v0.24.0.post1
1 parent ebb466a commit fa86eff

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.24.0.post1"}
26+
uvicorn_max_extras = {"uvicorn==0.24.0.post1"}
2727

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

0 commit comments

Comments
 (0)