From 51fa6d94925266518342e3628e622672ed86efc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:32:46 +0000 Subject: [PATCH] Bump fastapi from 0.128.8 to 0.138.1 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.128.8 to 0.138.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.128.8...0.138.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- streaming-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 510574ef..c82b0dec 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.39.0 -fastapi==0.128.8 +fastapi==0.138.1 requests==2.33.0; python_full_version >= "3.10" requests>=2.0.0; python_full_version < "3.10" websockets==15.0.1 diff --git a/streaming-requirements.txt b/streaming-requirements.txt index 70e5c599..e6457510 100644 --- a/streaming-requirements.txt +++ b/streaming-requirements.txt @@ -1,4 +1,4 @@ uvicorn>=0.14.0 -fastapi>=0.68.0 +fastapi>=0.138.1 pydantic>=1.5.0 websockets>=9.0