From 34078440f23b412b1738e22503f2837526482876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 14:03:08 +0000 Subject: [PATCH] chore(deps): update uvicorn requirement in /ml-api 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.27.0...0.44.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.44.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ml-api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml-api/pyproject.toml b/ml-api/pyproject.toml index 90e58a9..d1382f3 100644 --- a/ml-api/pyproject.toml +++ b/ml-api/pyproject.toml @@ -5,7 +5,7 @@ description = "Unified ML API for embedding and reranking with GPU acceleration" requires-python = ">=3.10" dependencies = [ "fastapi>=0.109.0", - "uvicorn[standard]>=0.27.0", + "uvicorn[standard]>=0.44.0", "transformers>=4.36.0", "numpy>=1.24.0", "pydantic>=2.5.0",