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 4a21e03 commit ee284e0Copy full SHA for ee284e0
requirements/adapter.txt
@@ -14,7 +14,8 @@ Flask>=1,<4
14
Werkzeug>=2,<4
15
pyramid>=1,<3
16
sanic>=20,<21; python_version=="3.6"
17
-sanic>=22,<25; python_version>"3.6"
+sanic>=21,<24; python_version>"3.6" and python_version<="3.8"
18
+sanic>=24,<25; python_version>"3.8"
19
starlette>=0.14,<1
20
tornado>=6,<7
21
uvicorn<1 # The oldest version can vary among Python runtime versions
0 commit comments