From 033a79665cb53bb4644ff9f8efc0275cc3b39cca 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 f2c8f66d86b..e63a82f2065 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # generated from manifests external_dependencies chardet -cryptography +cryptography==2.6.1 pycountry pycryptodome qrcode