Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: sanic dependencies for tests
  • Loading branch information
WilliamBergamin committed Jun 26, 2025
commit e4ade41a78c85182f8fa6697e3afa1f054b19a12
2 changes: 1 addition & 1 deletion requirements/adapter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Flask>=1,<4
Werkzeug>=2,<4
pyramid>=1,<3
sanic>=20,<21; python_version=="3.6"
sanic>=21,<24; python_version>"3.6" and python_version<="3.8"
sanic>=21,<23; python_version>"3.6" and python_version<="3.8"
sanic>=21,<26; python_version>"3.8"
starlette>=0.19.1,<1
tornado>=6,<7
Expand Down
Loading