From c116f006b30abe732b4648509c9b991ae0f641f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 05:52:39 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.139.2 to 0.140.0 in /python-server Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.139.2 to 0.140.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.2...0.140.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.140.0 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..6881f8b 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.140.0 starlette==1.3.1 uvicorn==0.32.1 httpx==0.27.2