Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lp5Ik-0004jo-Iw for pgadmin-hackers@arkaria.postgresql.org; Fri, 04 Jun 2021 08:35:34 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lp5Ij-0007O4-FV for pgadmin-hackers@arkaria.postgresql.org; Fri, 04 Jun 2021 08:35:33 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lp5Ij-0007Nw-5c for pgadmin-hackers@lists.postgresql.org; Fri, 04 Jun 2021 08:35:33 +0000 Received: from mail-ej1-x62d.google.com ([2a00:1450:4864:20::62d]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1lp5Ic-0004Ut-H3 for pgadmin-hackers@lists.postgresql.org; Fri, 04 Jun 2021 08:35:32 +0000 Received: by mail-ej1-x62d.google.com with SMTP id jt22so13268803ejb.7 for ; Fri, 04 Jun 2021 01:35:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=zwaztIJ+cDkQqUi4STxDpL2FMzSgcA6X0cP58AhPL8M=; b=TZlcKrFBHuq6qdFUshHQNTL/Fp08gdI3zWR2Cupep4x49IwnGWzSS8+VsVSbE+SZkt yuSer+iV2gVn2geSYmJd68q4zFmqMKGh14g/TwlUw8a2ykMJe1+Hhek2SfARk51EtGYs NY9gsTUB3Af+5Na6/hLRESeIJUz7+1CB2QpatwPHMzX3ZWu1wjGaOLOQgS/EZZzLJirw +pEiZIpFpsBZT5piZad3OjglcPklMFFrqaGpP9tS87IBrfFYf8a6PaPwZ1/9+z3e3R3r qIht7aPNzv+tlzug2NAYBSNSTI22owasn66v5kJDG85NLENk7lrXTjrUCwZtPqTGSL/T w5nQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=zwaztIJ+cDkQqUi4STxDpL2FMzSgcA6X0cP58AhPL8M=; b=DxmcmZJFNqfb9OKatH4hEIhpxUiY4kvuoRSplwsiq88MGeOZrh4t6FawRfNORvw6BD PJLLYtzhfP5r1iJYyJ/akw6NBDL4J2RaK3pUAP6DfCHwdEjYDTlBkVyPmJm1lHYODch4 Vl+fqQ4bLnuBjzjVTvvW+u8vQyUOwW3oGuPqywOprVmmN2lG8Oua117C1lqoojl6uRmF BIIjh48HZjKJ6CqHK0j7jI050EcOqJhGzUJ5FIXKEpxPNZ1Eqy7DgCIkG8zZJaNPGKYT 5F6jcEkzY91oIDQXgO7ha9cvsxFR/2Bv27PJg6exZETCR175gGn1dqiAB2ojBo1Zhsqh sCRg== X-Gm-Message-State: AOAM532IoH30Me7JXpi1b4pLL3ag0qvwr/AgGkmMwrWnXZU93v9I9nnI xVMPbp47kKqKKSeAtX5izp3l6ldnah8z5Y7ybA++f1Ad49M= X-Google-Smtp-Source: ABdhPJzVeWT1ORQFNlFocZHWXwXPN4H04SS6hAFjJGaj041eNSC5cB7GTaFmtpgOlusvIWnBRz6Wq76SCoq3ilNv4FY= X-Received: by 2002:a17:906:1c97:: with SMTP id g23mr3228148ejh.412.1622795724242; Fri, 04 Jun 2021 01:35:24 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Fri, 4 Jun 2021 09:35:11 +0100 Message-ID: Subject: Re: pgAdmin 4 commit: Hardcoded 'itsdangerous' version to <=1.1.0, as the l To: Akshay Joshi Cc: Murtuza Zabuawala , pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000afd61305c3ec92d3" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000afd61305c3ec92d3 Content-Type: text/plain; charset="UTF-8" Hi Akshay, On Mon, May 31, 2021 at 10:44 AM Akshay Joshi wrote: > Hi Murtuza > > It is failing to run migrations, which is the first step to run pgAdmin 4. > Check https://redmine.postgresql.org/issues/6452 > Is someone working on fixing that? > > On Mon, May 31, 2021 at 3:08 PM Murtuza Zabuawala < > murtuza.zabuawala@enterprisedb.com> wrote: > >> 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.joshi@enterprisedb.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(+) >>> >>> > > -- > *Thanks & Regards* > *Akshay Joshi* > *pgAdmin Hacker | Principal Software Architect* > *EDB Postgres * > > *Mobile: +91 976-788-8246* > -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com --000000000000afd61305c3ec92d3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Akshay,

On Mon, May 31, 2021 at 10:= 44 AM Akshay Joshi <aks= hay.joshi@enterprisedb.com> wrote:
Hi=C2=A0Murtuza

It is failing to run migration= s, which is the first step to run pgAdmin 4. Check=C2=A0https://redmine.postg= resql.org/issues/6452

Is so= meone working on fixing that?
=C2=A0

On Mon, May = 31, 2021 at 3:08 PM Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> wrote:

Hardcoded '= itsdangerous' version to <=3D1.1.0, as the latest version not workin= g correctly for pgAdmin.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=3Dpgadmin4.git;a=3Dcommitdi= ff;h=3D0a95550fc0d0f0c33df8cfab4ebf970fbfa291a4

Modified Files
--------------
requirements.txt | 1 +
1 file changed, 1 insertion(+)



--
Thank= s & Regards
Akshay Joshi
pgAdmin Hacker | Principal Softw= are Architect
EDB Po= stgres
Mobile: +91 976-788-8246



--
<= /div> --000000000000afd61305c3ec92d3--