Skip to content

Commit d89e4cc

Browse files
dependabot[bot]rolandpgclaude
authored
chore(deps-dev): update fastapi requirement from <0.138.2,>=0.100.0 to >=0.100.0,<0.139.1 (#189)
* chore(deps-dev): update fastapi requirement Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.100.0...0.139.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * build: actually exclude fastapi 0.136.3 flagged by MAL-2026-4750 The adjacent comment claims the advisory version is excluded, but the range specifier alone never did. Add !=0.136.3 to the web and dev extras so a constrained resolve cannot pick the flagged release. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TqYpmV8TABMzq27HBTLtNP --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patrick Roland <48327651+rolandpg@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 99a7665 commit d89e4cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ extensions = [
9090
# Web UI (ZettelForge)
9191
web = [
9292
# Exclude 0.136.3 while PyPI advisory MAL-2026-4750 is active.
93-
"fastapi>=0.100.0,<0.138.2",
93+
"fastapi>=0.100.0,!=0.136.3,<0.139.1",
9494
"uvicorn>=0.20.0",
9595
"psutil>=5.9.0",
9696
"jinja2>=3.0.0",
@@ -136,7 +136,7 @@ dev = [
136136
"ruff>=0.4.0",
137137
"langchain-core>=0.2.0",
138138
# Exclude 0.136.3 while PyPI advisory MAL-2026-4750 is active.
139-
"fastapi>=0.100.0,<0.138.2", # for test_web_api.py
139+
"fastapi>=0.100.0,!=0.136.3,<0.139.1", # for test_web_api.py
140140
"uvicorn>=0.20.0", # for test_web_api.py
141141
"psutil>=5.9.0", # for test_web_api.py
142142
"jinja2>=3.0.0", # for test_web_api.py

0 commit comments

Comments
 (0)