From a0e734c3868dae2d76cb3424e2b06128f14113bf Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Thu, 8 Sep 2022 11:37:42 +0200 Subject: [PATCH] Pin cryptography down to avoid incompatibility issues --- api/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements/base.txt b/api/requirements/base.txt index 2de21c31c..8e2f90739 100644 --- a/api/requirements/base.txt +++ b/api/requirements/base.txt @@ -40,7 +40,7 @@ channels_redis~=3.3.0 uvicorn[standard]~=0.14.0 gunicorn~=20.1.0 -cryptography>=3.3.2 +cryptography>=3.3.2,<38 # Cryptography 38 is not compatible with pyopenssl 20 anymore requests-http-message-signatures==0.3.1 django-cleanup~=5.2.0 requests~=2.26.0