diff --git a/setup.py b/setup.py index 819d8ba4f..c0753d48f 100644 --- a/setup.py +++ b/setup.py @@ -32,8 +32,8 @@ def open_relative(*path): requires = [ "certifi", "configparser==4.0.2 ; python_version < '3'", - "cryptography>=3.2.1,<46.0.0", - "pyOpenSSL>=17.5.0,<25.0.0", + "cryptography>=3.2.1", + "pyOpenSSL>=17.5.0", "python-dateutil>=2.5.3,<3.0.0", "pytz>=2016.10", "circuitbreaker>=1.3.1,<2.0.0; python_version <= '3.6'",