Skip to content

Commit 0c485cb

Browse files
romanlutzCopilot
andauthored
FIX: Bump starlette to >=1.0.1 to address CVE-2026-48710 (BadHost) (microsoft#1818)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fb612e8 commit 0c485cb

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"confusable-homoglyphs>=3.3.1",
4343
"ecoji>=0.1.1",
4444
"datasets>=4.8.0",
45-
"fastapi>=0.115.0",
45+
"fastapi>=0.133.0",
4646
"httpx[http2]>=0.27.2",
4747
"jinja2>=3.1.6",
4848
"numpy>=1.26.0; python_version < '3.14'",
@@ -60,6 +60,7 @@ dependencies = [
6060
"segno>=1.6.6",
6161
"scipy>=1.15.3",
6262
"SQLAlchemy>=2.0.41",
63+
"starlette>=1.0.1",
6364
"termcolor>=2.4.0",
6465
"tenacity>=9.1.2",
6566
"tinytag>=2.2.1",

uv.lock

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)