From f9bbadfc6a49ada0269dd5f36b8c0c84e1c9c766 Mon Sep 17 00:00:00 2001 From: Yogesh Mahajan Date: Wed, 27 Sep 2023 16:45:48 +0530 Subject: [PATCH] Pin the cryptography version to fix PyO3 modules initialisation error. #6718 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 17a881c99..eb72a7c91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,8 @@ psycopg[c]==3.1.9 python-dateutil==2.* SQLAlchemy==2.* bcrypt==4.0.* -cryptography==41.0.* +# Pinned for #6718 +cryptography==40.0.* sshtunnel==0.* ldap3==2.* gssapi==1.8.*