We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51cefd commit bddebcaCopy full SHA for bddebca
1 file changed
requirements/adapter.txt
@@ -21,7 +21,7 @@ setuptools<82 # Pinned: Pyramid depends on pkg_resources (deprecated in setupto
21
# Note: Sanic imports tracerite with wild card versions
22
tracerite<1.1.2; python_version<="3.8" # older versions of python are not compatible with tracerite>1.1.2
23
sanic>=21,<24; python_version<="3.8"
24
-sanic>=21,<26; python_version>"3.8"
+sanic>=25.3.0,<26; python_version>"3.8"
25
26
starlette>=0.19.1,<0.45; python_version<"3.9"
27
starlette>=0.49.3,<1; python_version>="3.9"
0 commit comments