From d0c3cad023fbb0521b18da53a5a62bd4eab3b4eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 05:57:28 +0000 Subject: [PATCH] chore(deps): update websockets requirement Updates the requirements on [websockets](https://github.com/python-websockets/websockets) to permit the latest version. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/15.0.1...16.0) --- updated-dependencies: - dependency-name: websockets dependency-version: '16.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 460644463a..9a87f4057d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dependencies = [ "tzlocal>=5.3, <6.0", # Time zone utilities "uvicorn>=0.34.0, <1.0.0", # ASGI server for FastAPI "watchdog>=6.0.0, <7.0.0", # For file change detection and hot reload - "websockets>=15.0.1, <16.0.0", # For BaseLlmFlow + "websockets>=15.0.1, <17.0.0", # For BaseLlmFlow # go/keep-sorted end ] dynamic = ["version"]