From 7d43d3ec310572230aa65570a982ee403c1293f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:33:30 +0000 Subject: [PATCH] Bump uvicorn from 0.39.0 to 0.49.0 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.39.0 to 0.49.0. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.39.0...0.49.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.49.0 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..2c2b0b3b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ numpy==2.2.4 scikit-learn==1.6.1 scipy>=0.19.1 -uvicorn==0.39.0 +uvicorn==0.49.0 fastapi==0.128.8 requests==2.33.0; python_full_version >= "3.10" requests>=2.0.0; python_full_version < "3.10" diff --git a/streaming-requirements.txt b/streaming-requirements.txt index 70e5c599..196bc2b3 100644 --- a/streaming-requirements.txt +++ b/streaming-requirements.txt @@ -1,4 +1,4 @@ -uvicorn>=0.14.0 +uvicorn>=0.49.0 fastapi>=0.68.0 pydantic>=1.5.0 websockets>=9.0