Skip to content

Commit 221bad9

Browse files
GWealecopybara-github
authored andcommitted
fix: require starlette>=1.3.1 to clear known CVEs
The starlette lower bound allowed releases affected by CVE-2026-48710 and related advisories. Raise the minimum to 1.3.1, which resolves them. Close #6038 Co-authored-by: George Weale <gweale@google.com> PiperOrigin-RevId: 948661065
1 parent 8eb8348 commit 221bad9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies = [
4848
"python-multipart>=0.0.9,<1",
4949
"pyyaml>=6.0.2,<7",
5050
"requests>=2.32.4,<3",
51-
"starlette>=1.0.1,<2",
51+
"starlette>=1.3.1,<2",
5252
"tenacity>=9,<10",
5353
"typing-extensions>=4.5,<5",
5454
"tzlocal>=5.3,<6",

0 commit comments

Comments
 (0)