From cde81987f3b46f6eb1339cc3dc9df5973400a884 Mon Sep 17 00:00:00 2001 From: banniford <790032382@qq.com> Date: Thu, 6 Feb 2025 14:18:27 +0800 Subject: [PATCH] fix: fix websockets version bug,fixes sanic-org#3031 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 632a0f0576..1adec3bced 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>=10.0,<14.2", "multidict>=5.0,<7.0", "html5tagger>=1.2.1", "tracerite>=1.0.0",