Skip to content

Commit f4e2f8e

Browse files
Update adapter.txt
1 parent 6dc60f9 commit f4e2f8e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

requirements/adapter.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@ fastapi>=0.70.0,<1
1313
Flask>=1,<4
1414
Werkzeug>=2,<4
1515
pyramid>=1,<3
16+
17+
# Sanic and its dependencies
18+
# Note: Sanic imports tracerite with wild card versions
19+
tracerite<1.1.2; python_version<="3.8" # older versions of python are not compatible with tracerite>1.1.2
1620
sanic>=20,<21; python_version=="3.6"
17-
sanic>=21,<23; python_version>"3.6" and python_version<="3.8"
21+
sanic>=21,<24; python_version>"3.6" and python_version<="3.8"
1822
sanic>=21,<26; python_version>"3.8"
23+
1924
starlette>=0.19.1,<1
2025
tornado>=6,<7
2126
uvicorn<1 # The oldest version can vary among Python runtime versions

0 commit comments

Comments
 (0)