From a5643594ec12dbac3b9095cca444337ec8694da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 02:46:47 +0000 Subject: [PATCH] deps: update uvicorn requirement from <1.0.0,>=0.35.0 to >=0.47.0,<1.0.0 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.35.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 eb16994..72337c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "fastapi>=0.115.0,<1.0.0", "httpx>=0.28.0,<1.0.0", "rich>=14.0.0,<15.0.0", - "uvicorn>=0.35.0,<1.0.0", + "uvicorn>=0.47.0,<1.0.0", ] [project.optional-dependencies]