From 0a3d93a2a86ee3dfb5a27ec7b580e7770e717ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:39:33 +0000 Subject: [PATCH] Update uvicorn[standard] requirement from >=0.32.0 to >=0.48.0 Updates the requirements on [uvicorn[standard]](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.32.0...0.48.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.48.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8acfb02..c379b13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "scikit-learn>=1.7.2", "tiktoken>=0.5.0", "tomli>=2.0.0; python_version < '3.11'", - "uvicorn[standard]>=0.32.0", + "uvicorn[standard]>=0.48.0", ] [build-system] diff --git a/uv.lock b/uv.lock index ea4ac6f..107d5dd 100644 --- a/uv.lock +++ b/uv.lock @@ -947,7 +947,7 @@ requires-dist = [ { name = "scikit-learn", specifier = ">=1.7.2" }, { name = "tiktoken", specifier = ">=0.5.0" }, { name = "tomli", marker = "python_full_version < '3.11'", specifier = ">=2.0.0" }, - { name = "uvicorn", extras = ["standard"], specifier = ">=0.32.0" }, + { name = "uvicorn", extras = ["standard"], specifier = ">=0.48.0" }, ] [[package]]