Skip to content

Commit c49416b

Browse files
dependabot[bot]WilliamBergaminClaude
authored
chore(deps-dev): update sanic requirement from <26,>=25.3.0 to >=25.12.1,<26 (#1556)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Bergamin <wbergamin@salesforce.com> Co-authored-by: William Bergamin <wbergamin@slack-corp.com> Co-authored-by: Claude <svc-devxp-claude@slack-corp.com>
1 parent 8d1c383 commit c49416b

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)