From 86a3bb5c4fb5dcc731ed6d5bd242f6e82d3b5f01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:16:05 +0000 Subject: [PATCH] Update fastapi requirement from <0.138.1,>=0.131.0 to >=0.131.0,<0.139.1 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.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.0 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 70e97e3..c9d78db 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.138.1", + "fastapi>=0.131.0,<0.139.1", "starlette>=0.38.0,<2.0.0", "uvicorn>=0.27.0", "jinja2>=3.1.0",