From 29f8e8db72fe95a84271b013100237d20169938f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 01:03:52 +0000 Subject: [PATCH] Bump fastapi from 0.120.4 to 0.121.1 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.120.4 to 0.121.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.120.4...0.121.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.121.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 247be632..ff83fcbf 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ numpy==2.2.4 scikit-learn==1.6.1 scipy>=0.19.1 uvicorn==0.38.0 -fastapi==0.120.4 +fastapi==0.121.1 requests==2.32.5 websockets==15.0.1 pydantic==2.12.3