Skip to content

Commit a8dc344

Browse files
Merge branch 'main' into dependabot/pip/bottle-gte-0.13.4-and-lt-1
2 parents eec4241 + c49416b commit a8dc344

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

requirements/adapter_dev.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ setuptools<82
5656
# sanic
5757
# Note: Sanic pulls in tracerite via a wildcard version, so tracerite is co-pinned here.
5858
# Note: tracerite > 1.1.2 is incompatible with Python <= 3.8 and ships no requires_python, so an explicit ceiling is required.
59+
# Note: sanic 25.12 requires Python >=3.10; 3.9 stays on the older 25.x line.
5960
tracerite<1.1.2; python_version < "3.9"
6061
sanic>=21,<24; python_version < "3.9"
61-
sanic>=25.3.0,<26; python_version >= "3.9"
62+
sanic>=25.3.0,<25.12.0; python_version >= "3.9" and python_version < "3.10"
63+
sanic>=25.12.1,<26; python_version >= "3.10"
6264

6365
# starlette
6466
# Note: starlette 0.49.3 requires Python >=3.9; 3.7/3.8 stay on the older pinned release.

0 commit comments

Comments
 (0)