From d5adc2dbc3f6cf86129d50efe906652551cc260c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:38:41 +0000 Subject: [PATCH] chore(deps): update websockets requirement from >=10.0.0 to >=16.0 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/10.0...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 951f2ea..b192eb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "rich>=13.0.0", "fastapi>=0.70.0", "uvicorn[standard]>=0.15.0", - "websockets>=10.0.0", + "websockets>=16.0", "anthropic>=0.80.0", "google-generativeai>=0.24.0", "pyyaml>=6.0.0",