From 8e992fcbc38f55b6cc116695221e412038a76e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 05:52:41 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.139.2 to 0.141.1 in /python-server Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.139.2 to 0.141.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.2...0.141.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-server/requirements.txt b/python-server/requirements.txt index 8ca89ed..689acc0 100644 --- a/python-server/requirements.txt +++ b/python-server/requirements.txt @@ -1,6 +1,6 @@ # Pinned for reproducible installs. Regenerate/upgrade deliberately and re-run # pip-audit (see requirements-dev.txt) after any change. -fastapi==0.139.2 +fastapi==0.141.1 starlette==1.3.1 uvicorn==0.32.1 httpx==0.27.2