From 83c109bc9bfdc0d9cab84a8d471fd477eb015744 Mon Sep 17 00:00:00 2001 From: Vangelis Banos Date: Thu, 22 Jun 2023 12:22:24 +0000 Subject: [PATCH] Change cryptography version limit to >=2.3,<40 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6476a50..fdebe60 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ deps = [ 'urllib3>=1.23', 'requests>=2.0.1', 'PySocks>=1.6.8', - 'cryptography>=2.3,<=39.0.0', + 'cryptography>=2.3,<40', 'idna==2.10', 'PyYAML>=5.1', 'cachetools',