From 9d7d3cc001f422c1516fcc3795fbfe65d3ec525a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 03:52:53 +0000 Subject: [PATCH] chore(deps-dev): update uvicorn requirement 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.30.0...0.49.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b82bb865..dae09ee7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ web = [ "fastapi>=0.115,<1", "jinja2>=3,<4", "python-multipart>=0.0.9", - "uvicorn>=0.30,<1", + "uvicorn>=0.49.0,<1", # uvicorn needs a websockets implementation to serve the /ws realtime # channel; without it the WebSocket handshake 500s at runtime. "websockets>=12,<16",