From f2a4b659cc757e3c4b425dff10053b85a0d9bf2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 13:36:51 +0000 Subject: [PATCH] chore(deps): update uvicorn requirement 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.32.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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db27174..6c22b15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ # combinations. Without these caps, `brew upgrade` and fresh `pip install` # can drift onto source-only releases and trigger a 3–5 min cargo build. "fastapi>=0.115.0,<0.137", - "uvicorn[standard]>=0.32.0,<0.47", + "uvicorn[standard]>=0.32.0,<0.48", "httpx>=0.27.0,<0.29", "pydantic>=2.9,<2.14", "pyyaml>=6.0.2",