From 8021c97b38815e395cccc5c183acf653db8008a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 06:52:38 +0000 Subject: [PATCH] build(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.115.0...0.138.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8caf752..17fcdb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ cluster = [ "protobuf>=4.25.3,<8.0", ] gui = [ - "fastapi>=0.115.0,<0.137", + "fastapi>=0.115.0,<0.139", "uvicorn[standard]>=0.30.0,<0.49", "pyyaml>=6.0,<7.0", "python-multipart>=0.0.20,<1.0",