From 6ce44610684d54ecf2a2b235c82bb14eeb0fd551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 11:14:43 +0000 Subject: [PATCH] Update fastapi requirement from <0.139.1,>=0.131.0 to >=0.131.0,<0.139.3 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.131.0...0.139.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3bf2f8..feee37f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "pyyaml>=6.0", "filelock>=3.13.0", # Web / Admin UI - "fastapi>=0.131.0,<0.139.1", + "fastapi>=0.131.0,<0.139.3", "starlette>=0.40.0,<0.51.0", "uvicorn>=0.27.0", "jinja2>=3.1.0",