We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ac14f commit 08fd864Copy full SHA for 08fd864
requirements/adapter.txt
@@ -15,7 +15,7 @@ Werkzeug>=2,<4
15
pyramid>=1,<3
16
sanic>=20,<21; python_version=="3.6"
17
sanic>=21,<24; python_version>"3.6" and python_version<="3.8"
18
-sanic>=21,<25; python_version>"3.8"
+sanic>=21,<26; python_version>"3.8"
19
starlette>=0.19.1,<1
20
tornado>=6,<7
21
uvicorn<1 # The oldest version can vary among Python runtime versions
0 commit comments