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",