From 2bb96d8452c6fc4eaad990088c63314fd54e6aed Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 13 Mar 2023 15:19:07 -0400 Subject: [PATCH] There are new autobahn releases; remove the upper bound. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 53fc42c62..82ff45764 100644 --- a/setup.py +++ b/setup.py @@ -118,7 +118,7 @@ install_requires = [ "attrs >= 18.2.0", # WebSocket library for twisted and asyncio - "autobahn < 22.4.1", # remove this when 22.4.3 is released + "autobahn", # Support for Python 3 transition "future >= 0.18.2",