From 35f36f6f85d33aa65219e08c26d13e7341032662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 02:43:49 +0000 Subject: [PATCH] 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.115.0...0.137.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.137.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 eb16994..6b9d24a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Topic :: Software Development :: Libraries", ] dependencies = [ - "fastapi>=0.115.0,<1.0.0", + "fastapi>=0.137.2,<1.0.0", "httpx>=0.28.0,<1.0.0", "rich>=14.0.0,<15.0.0", "uvicorn>=0.35.0,<1.0.0",