From 37605cdfe839611a8b51b367f8596dbd29bcee3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:24:05 +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.137.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.137.2 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 b3a7c3f..e67c0c4 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.4", + "fastapi>=0.100.0,<0.137.3", "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.4", # for test_web_api.py + "fastapi>=0.100.0,<0.137.3", # 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