From 00617c658d55543743cb4ef1026c26183df89730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 23:27:41 +0000 Subject: [PATCH] chore(deps): bump uvicorn[standard] from 0.23.1 to 0.41.0 Bumps [uvicorn[standard]](https://github.com/Kludex/uvicorn) from 0.23.1 to 0.41.0. - [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.23.1...0.41.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 755713f1..8a4559d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "aiohttp >= 3.12.14", "json-repair>=0.45.0", "fastapi == 0.115.9", - "uvicorn == 0.23.1", + "uvicorn == 0.41.0", "uvicorn[standard] == 0.23.1", "fastmcp", "aiohttp >= 3.8.0",