Made adjustments to ensure the correct version of Authlib is used. #7362

This commit is contained in:
Akshay Joshi 2024-04-16 12:56:42 +05:30
parent 5ee403fec7
commit 0546e79aed
2 changed files with 3 additions and 2 deletions

View File

@ -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 #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 Bug fixes
********* *********

View File

@ -44,8 +44,8 @@ eventlet==0.34.2
httpagentparser==1.9.* httpagentparser==1.9.*
user-agents==2.2.0 user-agents==2.2.0
pywinpty==2.0.*; sys_platform=="win32" 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.* pyotp==2.*
qrcode==7.* qrcode==7.*
boto3==1.33.* boto3==1.33.*