Skip to content

Commit ee284e0

Browse files
Update adapter.txt
1 parent 4a21e03 commit ee284e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/adapter.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Flask>=1,<4
1414
Werkzeug>=2,<4
1515
pyramid>=1,<3
1616
sanic>=20,<21; python_version=="3.6"
17-
sanic>=22,<25; python_version>"3.6"
17+
sanic>=21,<24; python_version>"3.6" and python_version<="3.8"
18+
sanic>=24,<25; python_version>"3.8"
1819
starlette>=0.14,<1
1920
tornado>=6,<7
2021
uvicorn<1 # The oldest version can vary among Python runtime versions

0 commit comments

Comments
 (0)