Pin the cryptography version to fix PyO3 modules initialisation error. #6718

pull/6798/head
Yogesh Mahajan 2023-09-27 16:45:48 +05:30 committed by GitHub
parent c6f8918983
commit f9bbadfc6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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.*