mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Pin the cryptography version to fix PyO3 modules initialisation error. #6718
This commit is contained in:
parent
c6f8918983
commit
f9bbadfc6a
@ -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.*
|
||||||
|
Loading…
Reference in New Issue
Block a user