From 95c3dfff6e02abfdf685204d439f650b61ec3ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 01:04:05 +0000 Subject: [PATCH] Bump fastapi from 0.121.1 to 0.121.3 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.121.1 to 0.121.3. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.121.1...0.121.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.121.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 53c41d90..7a7e2e80 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.121.1 +fastapi==0.121.3 requests==2.32.5 websockets==15.0.1 pydantic==2.12.4