From 407b020de435e9f7f9dc8fa954e111740b111041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 04:21:08 +0000 Subject: [PATCH] deps: Update uvicorn requirement from ~=0.34.0 to >=0.34,<0.49 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.34.0...0.48.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.48.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4164b1c..1491b1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "fastapi~=0.135.0", "starlette>=0.49.1", "python-multipart>=0.0.22", - "uvicorn[standard]~=0.34.0", + "uvicorn[standard]>=0.34,<0.49", "pydantic~=2.12.0", "httpx~=0.28.0", "pyyaml~=6.0",