From a270982cab755654f445c4ea8ab1ef49461d80d6 Mon Sep 17 00:00:00 2001 From: "Aidan.He" Date: Fri, 24 Jan 2025 23:06:53 +0800 Subject: [PATCH] fixes #3031 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 632a0f0576..f7bf76e5b1 100644 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ def str_to_bool(val: str) -> bool: uvloop, ujson, "aiofiles>=0.6.0", - "websockets>=10.0", + "websockets==14.1", "multidict>=5.0,<7.0", "html5tagger>=1.2.1", "tracerite>=1.0.0",