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

This commit is contained in:
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

View File

@ -31,7 +31,8 @@ psycopg[c]==3.1.9
python-dateutil==2.* python-dateutil==2.*
SQLAlchemy==2.* SQLAlchemy==2.*
bcrypt==4.0.* bcrypt==4.0.*
cryptography==41.0.* # Pinned for #6718
cryptography==40.0.*
sshtunnel==0.* sshtunnel==0.*
ldap3==2.* ldap3==2.*
gssapi==1.8.* gssapi==1.8.*