We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacb00b commit 95dc555Copy full SHA for 95dc555
1 file changed
requirements/adapter.txt
@@ -23,7 +23,8 @@ tracerite<1.1.2; python_version<="3.8" # older versions of python are not compa
23
sanic>=21,<24; python_version<="3.8"
24
sanic>=21,<26; python_version>"3.8"
25
26
-starlette>=0.49.3,<1
+starlette>=0.19.1,<0.45; python_version<"3.9"
27
+starlette>=0.49.3,<1; python_version>="3.9"
28
tornado>=6,<7
29
uvicorn<1 # The oldest version can vary among Python runtime versions
30
gunicorn>=20,<24
0 commit comments