From 1cb190f11b903630588db21d0c9b2f18c0031628 Mon Sep 17 00:00:00 2001 From: Jose Zambudio Date: Fri, 26 May 2023 12:47:39 +0200 Subject: [PATCH] [FIX] requirements: limit the version of cryptography It happens that pyopenssl==19.0.0 is incompatible with cryptography>=37.0.0, but in pyopenssl requirements, they have lower bound limit for cryptography but not an upper bound. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6c978c176f6..8a6cbefcc7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # generated from manifests external_dependencies chardet -cryptography +cryptography==2.6.1 deepdiff pycountry pycryptodome