From eb3568577af0717475ef3e3fa875152752160c5b Mon Sep 17 00:00:00 2001 From: Aviad Tamir Date: Wed, 2 Aug 2023 08:50:36 +0300 Subject: [PATCH] losse cryptography deps --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b0dca3bade..db4d3a8f37 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def open_relative(*path): requires = [ "certifi", "configparser==4.0.2 ; python_version < '3'", - "cryptography>=3.2.1,<40.0.0", + "cryptography>=3.2.1,<43.0.0", "pyOpenSSL>=17.5.0,<24.0.0", "python-dateutil>=2.5.3,<3.0.0", "pytz>=2016.10",