We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc60f9 commit f4e2f8eCopy full SHA for f4e2f8e
requirements/adapter.txt
@@ -13,9 +13,14 @@ fastapi>=0.70.0,<1
13
Flask>=1,<4
14
Werkzeug>=2,<4
15
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
20
sanic>=20,<21; python_version=="3.6"
-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"
22
sanic>=21,<26; python_version>"3.8"
23
24
starlette>=0.19.1,<1
25
tornado>=6,<7
26
uvicorn<1 # The oldest version can vary among Python runtime versions
0 commit comments