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 fb09077 commit 5ec5660Copy full SHA for 5ec5660
setup.py
@@ -46,7 +46,7 @@
46
"aiofiles==%s" % ("0.8.0" if PY36 else "22.1.*"),
47
"ajsonrpc==1.*",
48
"starlette==%s" % ("0.19.1" if PY36 else "0.22.*"),
49
- "uvicorn==%s" % ("0.16.0" if PY36 else "0.19.*"),
+ "uvicorn==%s" % ("0.16.0" if PY36 else "0.20.*"),
50
"wsproto==%s" % ("1.0.0" if PY36 else "1.2.*"),
51
]
52
0 commit comments