From 2eb1be6a3232449c3b3e4604057ff72d360c11d7 Mon Sep 17 00:00:00 2001 From: Zachary Podbela Date: Fri, 9 Jan 2026 23:25:24 -0500 Subject: [PATCH] Copilot/loosen websockets dependency (#4431) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: zacharypodbela <8572738+zacharypodbela@users.noreply.github.com> Co-authored-by: Shuchang Zheng --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7598091a..8f864b5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "filetype>=1.2.0,<2", "aioredlock>=0.7.3,<0.8", "tldextract>=5.1.2,<6", - "websockets~=12.0", + "websockets>=12.0,<15.1", "email-validator>=2.2.0,<3", "requests-toolbelt>=1.0.0,<2", "rich[jupyter]>=13.7.0,<14",