From 95be59eaab81e54a5ac189ef38c9890b996cb400 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Tue, 21 Dec 2021 17:03:49 -0700 Subject: [PATCH] Roll back crypto library version This is a temporary reversion to 3.3.2 for the cryptography library. There's an issue with buildx failing for the arm/v7 build, which is directly related to cryptography versions > 3.3.2 (after the switch to rust). It might be acceptable to include the rust toolchain for armv7 builds, but that adds a comical amount of time to the full cross platform build. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 511d4a9..05a3872 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ certifi==2020.4.5.1 cffi==1.15.0 chardet==3.0.4 click==8.0.3 -cryptography==36.0.1 +cryptography==3.3.2 Flask==1.1.1 Flask-Session==0.4.0 idna==2.9