From 089f42f906bdc31a69c4f18ac3518d829f9edb82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 04:33:30 +0000 Subject: [PATCH] build(deps): update uvicorn requirement from >=0.52.0 to >=0.52.1 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.52.0...0.52.1) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.1 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 5c90ff7..1c24fc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ # path relies only on genblaze-core (MockProvider / SyncProvider extension point). "genblaze==0.4.1", "fastapi>=0.141.1", - "uvicorn[standard]>=0.52.0", + "uvicorn[standard]>=0.52.1", "httpx>=0.28.1", # Security floor for a transitive dep (via pyasn1-modules): pyasn1 < 0.6.4 has # three HIGH DoS advisories. Pin the floor to force the patched release.