From 4f22014192f8e437f963a682ef847bfd1f476b0f Mon Sep 17 00:00:00 2001 From: vcidst Date: Tue, 4 Apr 2023 13:33:48 +0200 Subject: [PATCH] add a constraint for websockets --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea6f285a..1b750419 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ requirements = [ uvloop, ujson, "aiofiles>=0.6.0", - "websockets>=10.0", + "websockets>=10.0,<11.0", "multidict>=5.0,<6.0", ]