From 4f2943616f8bfbabafe50ad97a3f08230a534b5c Mon Sep 17 00:00:00 2001 From: adi-IL Date: Thu, 20 Aug 2026 13:27:46 +0530 Subject: [PATCH] chore: support websockets 17 by relaxing upper version bound Fixes #2835 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6dbc941b..65f130dd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "pydantic>=2.12.5, <3.0.0", "requests>=2.28.1, <3.0.0", "tenacity>=8.2.3, <9.2.0", - "websockets>=13.0.0, <17.0", + "websockets>=13.0.0, <18.0", "typing-extensions>=4.14.0, <5.0.0", "distro>=1.7.0, <2", "sniffio",