From 8576dccb327d36ca70deffb6e2ddcc1b8724cf24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 04:24:33 +0000 Subject: [PATCH] Update fastapi requirement from ^0.115.12 to ^0.120.2 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.12...0.120.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.120.2 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 5daed93..2adfbc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ ruff = "^0.11.2" [tool.poetry.group.fastapi.dependencies] -fastapi = "^0.115.12" +fastapi = "^0.120.2" uvicorn = "^0.34.0" opentelemetry-distro = "^0.52b1" opentelemetry-sdk-extension-aws = "^2.1.0"