From e26c80a21b2f7a6968184c5da5a30ed23edfc7f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 02:58:20 +0000 Subject: [PATCH] chore(deps): update uvicorn requirement from >=0.51.0 to >=0.52.3 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.51.0...0.52.3) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.3 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 94a53bf3..6f764b63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "nats-py>=2.9.0", "redis[hiredis]>=8.0.0", "fastapi>=0.115.0", - "uvicorn[standard]>=0.51.0", + "uvicorn[standard]>=0.52.3", "typer[all]>=0.27.0", "pydantic>=2.10.0", "pydantic-settings>=2.7.0",