From b7bff53f6285a7960d52dc0f3bbb0505db6a8c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:56:27 +0000 Subject: [PATCH] chore(deps): update uvicorn[standard] requirement Updates the requirements on [uvicorn[standard]](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.34.0...0.41.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.41.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 2a0c15f..3317837 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "rapidfuzz>=3.14.3", "sqlalchemy>=2.0,<2.1", "tenacity>=9.1.4", - "uvicorn[standard]>=0.34,<0.35", + "uvicorn[standard]>=0.34,<0.42", ] [project.optional-dependencies]