From 93a84ef4e9068acf2e7d2753b5122f760e9423eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 23:12:30 +0000 Subject: [PATCH] Bump fastapi from 0.115.12 to 0.128.0 in /backend Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.12 to 0.128.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.12...0.128.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index dafd2e5..0b5bfeb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,3 +1,3 @@ uvicorn==0.34.2 -fastapi==0.115.12 +fastapi==0.128.0 pydantic==2.11.4