From abda8a8212954d83371136e886dae508c702013a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:16:57 +0000 Subject: [PATCH] Update uvicorn requirement from <0.45,>=0.29.0 to >=0.29.0,<0.47 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.29.0...0.46.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.46.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 48b637c7..45eb9ac4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "typing-extensions>=4.5,<5.0", "unicall>=0.2post0,<0.3", "uniserde>=0.4.1,<0.5", - "uvicorn[standard]>=0.29.0,<0.45", + "uvicorn[standard]>=0.29.0,<0.47", "watchfiles>=0.21,<2.0", "yarl>=1.9,<2.0", "cssutils>=2.11.1,<3.0",