File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66boto3<=2
77
88# bottle
9- bottle>=0.12 ,<1
9+ bottle>=0.13.4 ,<1
1010
1111# chalice
1212chalice>=1.28,<1.31; python_version < "3.9"
@@ -57,9 +57,11 @@ setuptools<82
5757# sanic
5858# Note: Sanic pulls in tracerite via a wildcard version, so tracerite is co-pinned here.
5959# Note: tracerite > 1.1.2 is incompatible with Python <= 3.8 and ships no requires_python, so an explicit ceiling is required.
60+ # Note: sanic 25.12 requires Python >=3.10; 3.9 stays on the older 25.x line.
6061tracerite<1.1.2; python_version < "3.9"
6162sanic>=21,<24; python_version < "3.9"
62- sanic>=25.3.0,<26; python_version >= "3.9"
63+ sanic>=25.3.0,<25.12.0; python_version >= "3.9" and python_version < "3.10"
64+ sanic>=25.12.1,<26; python_version >= "3.10"
6365
6466# starlette
6567# Note: starlette 0.49.3 requires Python >=3.9; 3.7/3.8 stay on the older pinned release.
You can’t perform that action at this time.
0 commit comments