From 2a6d59e5b4a0dcfbc3052393139d3f3f1305b719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 21:59:31 +0000 Subject: [PATCH] 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](https://github.com/fastapi/fastapi/compare/0.100.0...0.136.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 058f93a..b3a7c3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ extensions = [ # Web UI (ZettelForge) web = [ # Exclude 0.136.3 while PyPI advisory MAL-2026-4750 is active. - "fastapi>=0.100.0,<0.136.3", + "fastapi>=0.100.0,<0.136.4", "uvicorn>=0.20.0", "psutil>=5.9.0", "jinja2>=3.0.0", @@ -130,7 +130,7 @@ dev = [ "ruff>=0.4.0", "langchain-core>=0.2.0", # Exclude 0.136.3 while PyPI advisory MAL-2026-4750 is active. - "fastapi>=0.100.0,<0.136.3", # for test_web_api.py + "fastapi>=0.100.0,<0.136.4", # for test_web_api.py "uvicorn>=0.20.0", # for test_web_api.py "psutil>=5.9.0", # for test_web_api.py "jinja2>=3.0.0", # for test_web_api.py