pgAdmin 4 commit: Conditionally pin Flask version based on Python versi

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Conditionally pin Flask version based on Python versi
Date: 2022-08-17 06:51:26
Message-ID: E1oOCti-0007Wn-6x@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Conditionally pin Flask version based on Python version.

Branch
------
master

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

Modified Files
--------------
requirements.txt | 3 ++-
web/pgadmin/authenticate/kerberos.py | 2 +-
web/pgadmin/browser/__init__.py | 12 ++++++------
web/pgadmin/tools/sqleditor/__init__.py | 4 ++--
4 files changed, 11 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-08-17 10:09:34 pgAdmin 4 commit: 1) Autocomplete on keypress should be set to False by
Previous Message Akshay Joshi 2022-08-17 06:24:28 pgAdmin 4 commit: 1) Pin Flask version 2.1.*