Made adjustments to ensure the correct version of Authlib is used. #7362
parent
5ee403fec7
commit
0546e79aed
|
@ -27,6 +27,7 @@ Housekeeping
|
|||
************
|
||||
|
||||
| `Issue #7213 <https://github.com/pgadmin-org/pgadmin4/issues/7213>`_ - Update UI library MUI from v4 to v5, more details `here <https://github.com/pgadmin-org/pgadmin4/commit/102e0a983956be57fdb63abb356b5b8fcb8b74ba>`_
|
||||
| `Issue #7362 <https://github.com/pgadmin-org/pgadmin4/issues/7362>`_ - Upgraded Flask, Flask-Security-Too, Werkzeug, and other dependencies, ensuring compatibility with Python 3.7.
|
||||
|
||||
Bug fixes
|
||||
*********
|
||||
|
|
|
@ -44,8 +44,8 @@ eventlet==0.34.2
|
|||
httpagentparser==1.9.*
|
||||
user-agents==2.2.0
|
||||
pywinpty==2.0.*; sys_platform=="win32"
|
||||
Authlib==1.2.*; python_version > '3.7'
|
||||
Authlib==1.3.*; python_version <= '3.7'
|
||||
Authlib==1.3.*; python_version > '3.7'
|
||||
Authlib==1.2.*; python_version <= '3.7'
|
||||
pyotp==2.*
|
||||
qrcode==7.*
|
||||
boto3==1.33.*
|
||||
|
|
Loading…
Reference in New Issue