From 5b0762d3a3a8fa1eb98aa6cd3b5b4d14e53047a3 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Tue, 10 May 2022 13:59:58 -0400 Subject: [PATCH] Workaround for autobahn issues. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c84d0ecde..2b4fd6988 100644 --- a/setup.py +++ b/setup.py @@ -114,7 +114,7 @@ install_requires = [ "attrs >= 18.2.0", # WebSocket library for twisted and asyncio - "autobahn >= 19.5.2", + "autobahn < 22.4.1", # remove this when https://github.com/crossbario/autobahn-python/issues/1566 is fixed # Support for Python 3 transition "future >= 0.18.2",