From 4d53ac3725c4de757a7d16711e37d0d0ca9b4db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:47:25 +0000 Subject: [PATCH] Bump fastapi from 0.128.7 to 0.129.0 in /backend Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.128.7 to 0.129.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.128.7...0.129.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.129.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 39fd186..5e59c9e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.128.7 +fastapi==0.129.0 uvicorn[standard]==0.40.0 pydantic[email]==2.12.5 pydantic-settings==2.12.0