From b2a7bfe558781f4de490e26d8f92f85f90702066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:37:53 +0000 Subject: [PATCH] deps: update fastapi requirement from <0.113,>=0.111 to >=0.111,<0.129 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.111.0...0.128.8) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.8 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 adb4058..d90b326 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ authors = [ ] requires-python = ">=3.9,<4.0" dependencies = [ - "fastapi>=0.111,<0.113", + "fastapi>=0.111,<0.129", "uvicorn[standard]>=0.29,<0.31", "websockets>=11,<13", "prometheus-client>=0.17,<0.21",