From 5270f96a767b3ad51bb09a1bcc32cbe74ad9f4f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 17:34:51 +0000 Subject: [PATCH] chore(deps): update uvicorn requirement from >=0.46.0 to >=0.47.0 Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. - [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.46.0...0.47.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.47.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c8c5df1..8da9e41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ server = [ "trl>=1.4.0", "vllm>=0.20.2", "fastapi>=0.136.1", - "uvicorn>=0.46.0", + "uvicorn>=0.47.0", "pydantic>=2.13.4", "rank-bm25>=0.2.2", "sentence-transformers>=5.4.1", diff --git a/requirements.txt b/requirements.txt index 174ca40..a41c9dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ trl>=1.4.0 # Inference & Serving vllm>=0.20.2 fastapi>=0.136.1 -uvicorn>=0.46.0 +uvicorn>=0.47.0 pydantic>=2.13.4 rank-bm25>=0.2.2 httpx>=0.27.0