Re: pgAdmin 4 commit: Hardcoded 'itsdangerous' version to <=1.1.0, as the l

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgAdmin 4 commit: Hardcoded 'itsdangerous' version to <=1.1.0, as the l
Date: 2021-05-31 09:38:11
Message-ID: CAKKotZSZSOYR_qWaVXRi-BAvap-3BraBTFUPDk7mwUzFYMBB=Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hello,

'itsdangerous' is an important module in order to keep the sessions safe &
secure, Is there any specific reason for holding back on the older version?
IMO we need to fix what is not working instead of using the older version.

--
Regards,
Murtuza Zabuawala
*EDB*
*POWER TO POSTGRES*
https://www.edbpostgres.com

On Tue, May 18, 2021 at 1:43 PM Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
wrote:

> Hardcoded 'itsdangerous' version to <=1.1.0, as the latest version not
> working correctly for pgAdmin.
>
> Branch
> ------
> master
>
> Details
> -------
>
> https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0a95550fc0d0f0c33df8cfab4ebf970fbfa291a4
>
> Modified Files
> --------------
> requirements.txt | 1 +
> 1 file changed, 1 insertion(+)
>
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-05-31 09:43:58 Re: pgAdmin 4 commit: Hardcoded 'itsdangerous' version to <=1.1.0, as the l
Previous Message Akshay Joshi 2021-05-31 07:16:21 pgAdmin 4 commit: Fixed duplicate SQL issue for tables with more than o