Skip to content

Commit e4ade41

Browse files
fix: sanic dependencies for tests
1 parent 260e9b9 commit e4ade41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/adapter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Flask>=1,<4
1414
Werkzeug>=2,<4
1515
pyramid>=1,<3
1616
sanic>=20,<21; python_version=="3.6"
17-
sanic>=21,<24; python_version>"3.6" and python_version<="3.8"
17+
sanic>=21,<23; python_version>"3.6" and python_version<="3.8"
1818
sanic>=21,<26; python_version>"3.8"
1919
starlette>=0.19.1,<1
2020
tornado>=6,<7

0 commit comments

Comments
 (0)