Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 31818bb67aa34118070efc48bdafa397537f6514
https://github.com/pgadmin-org/pgadmin4/commit/31818bb67aa34118070efc48bdafa397537f6514
Author: Aditya Toshniwal <[email protected]>
Date: 2023-03-08 (Wed, 08 Mar 2023)
Changed paths:
M requirements.txt
M web/config.py
M web/migrations/versions/09d53fca90c7_.py
M web/migrations/versions/7fedf8531802_.py
M web/migrations/versions/aff1436e3c8c_.py
M web/migrations/versions/c465fee44968_.py
M web/migrations/versions/d39482714a2e_.py
M web/migrations/versions/f656e56dfdc8_.py
M web/migrations/versions/fdc58d9bd449_.py
M web/pgAdmin4.py
M web/pgadmin/__init__.py
M web/pgadmin/authenticate/__init__.py
M web/pgadmin/authenticate/kerberos.py
M
web/pgadmin/browser/server_groups/servers/tests/test_check_ssh_mock_connect.py
M web/pgadmin/browser/utils.py
A web/pgadmin/evaluate_config.py
M web/pgadmin/model/__init__.py
M web/pgadmin/tools/debugger/tests/utils.py
M web/pgadmin/tools/sqleditor/__init__.py
M web/pgadmin/tools/user_management/__init__.py
M web/pgadmin/utils/session.py
Log Message:
-----------
Update SQLAlchemy, Flask, Flask-SQLAlchemy, and other packages to current
versions. #5901
Remove the python version check from the requirements.txt.