From b0cad55371fb8cb52f59ab65c3ad2dc709eae088 Mon Sep 17 00:00:00 2001 From: Gabriel Mendes Date: Thu, 3 Jun 2021 21:52:07 -0300 Subject: [PATCH] [#1027] update websockets package version requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3de9e555e..3fbe4a3eb 100644 --- a/setup.py +++ b/setup.py @@ -304,7 +304,7 @@ def run(self): # InstallationStore/OAuthStateStore "SQLAlchemy>=1,<2", # Socket Mode - "websockets>=8,<9", + "websockets>=9.1,<10", "websocket-client>=0.57,<1", ], },