pgAdmin 4 commit: 1) Pin Flask version 2.1.*

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Pin Flask version 2.1.*
Date: 2022-08-17 06:24:28
Message-ID: E1oOCTc-0006dq-6x@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Pin Flask version 2.1.*
2) Fixed API test cases that failed due to a change in the Werkzeug version.
3) Change password issue is fixed.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d4fdd4601e585ed8130845f3d8e3aa8a8a710a51

Modified Files
--------------
requirements.txt | 4 ++--
web/pgadmin/authenticate/kerberos.py | 5 +++--
web/pgadmin/browser/__init__.py | 18 ++++++++++--------
web/pgadmin/tools/sqleditor/__init__.py | 4 ++--
4 files changed, 17 insertions(+), 14 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-08-17 06:51:26 pgAdmin 4 commit: Conditionally pin Flask version based on Python versi
Previous Message Akshay Joshi 2022-08-16 12:28:46 Re: [pgAdmin][RM7404] Port process watcher to React