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 476bf20 commit bf769e1Copy full SHA for bf769e1
setup.py
@@ -45,7 +45,7 @@
45
home_requirements = [
46
"aiofiles==%s" % ("0.8.0" if PY36 else "22.1.*"),
47
"ajsonrpc==1.*",
48
- "starlette==%s" % ("0.19.1" if PY36 else "0.21.*"),
+ "starlette==%s" % ("0.19.1" if PY36 else "0.22.*"),
49
"uvicorn==%s" % ("0.16.0" if PY36 else "0.19.*"),
50
"wsproto==%s" % ("1.0.0" if PY36 else "1.2.*"),
51
]
0 commit comments