From 9787c0b880dabb69b36c012968b9854ac6c00a20 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Sun, 15 Nov 2020 20:25:35 +0100 Subject: [PATCH] Cryptography needs to be limited to <3.2 for Python 2.7 https://github.com/pyca/cryptography/issues/5359#issuecomment-727622403 --- constraints-2.7.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraints-2.7.txt b/constraints-2.7.txt index c8862b27c199..051e4c005e52 100644 --- a/constraints-2.7.txt +++ b/constraints-2.7.txt @@ -103,7 +103,7 @@ cookies==2.2.1 coverage==5.3 crcmod==1.7 croniter==0.3.36 -cryptography==3.2.1 +cryptography==3.1.1 cx-Oracle==7.3.0 datadog==0.39.0 decorator==4.4.2