From f0453a6a847c6a97ecdebae024c2b5b0311fd97c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 04:21:21 +0000 Subject: [PATCH] chore(deps): 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.118.0...0.128.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.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 d970de6..2156fe0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ dependencies = [ # Web framework & ASGI stack (broadened ranges for reduced churn while remaining below next # potential breaking minor; tests + pip-audit gate safety) - "fastapi>=0.118,<0.121", + "fastapi>=0.118,<0.129", "starlette>=0.48,<0.51", "uvicorn[standard]>=0.30,<0.32", "numpy>=1.26",