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 1mnbWT-0004E5-NT for pgadmin-hackers@arkaria.postgresql.org; Thu, 18 Nov 2021 07:07:53 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mnbWS-0004ht-Id for pgadmin-hackers@arkaria.postgresql.org; Thu, 18 Nov 2021 07:07:52 +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 1mnbWS-0004hU-Bf for pgadmin-hackers@lists.postgresql.org; Thu, 18 Nov 2021 07:07:52 +0000 Received: from mail-io1-xd2c.google.com ([2607:f8b0:4864:20::d2c]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mnbWQ-0003Ca-5N for pgadmin-hackers@postgresql.org; Thu, 18 Nov 2021 07:07:51 +0000 Received: by mail-io1-xd2c.google.com with SMTP id f9so6644997ioo.11 for ; Wed, 17 Nov 2021 23:07:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ETrOMJxsZ9t+jfv5uc5rQZFZIPHilshNILORr4TvFvQ=; b=WC+BE9953rRoD8oit9z9EQWUWmLrAriyQWMzOyahkyeAWGOyEeZVp28hkayyZDfQ0o JdBNbmjFq8sv/MgBx21QhPBrmrsTaNIqlTn2M/MmvA1zYaT34JWWOCBH2e9wDFtTBoCA 3JuvgM3Z99v90+sZgOFHHGj3/c/qt1X2E7buookbrY8rTALSF6sHU8wKXrRIBF60AI80 sSWfuONntlGSEysjsnBBAhS0JdA8drex55JHSh68JAoKPuErtWrPZ24m2evYBIGn2qrS 7RJxuxE2gBAZCEhTYpOphQSqkQmh+4wu/zEYgamdhzRiXfLB17P0/d+1Gp34VPs4181m e+xQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ETrOMJxsZ9t+jfv5uc5rQZFZIPHilshNILORr4TvFvQ=; b=Wgwj4hdk0k7JXRrOI1XyX8fAyvrrC2AkCmz9GdZnLLG7il3Yn4VQpMvZOs8RPlEgUa fanuoDQVwXN4k2iHM82Lpct5WT5zMxfjeKVV3WCPWveEDhRCGhk/8ACTf3vCk9NAsbBp rKqVWHJN7oxn42698Mis37ID43+mM6EetdAp0HPUVkms9jGlMS0ohqERcNnv8Bqc2Yb/ f9W45xY6AZoygiTbOi4y5ZuA97QRTEAnsdxHwYpdF8mvudDcP436PvpR586cdJza/I+O i8uT/U17KQuG8L8sKTMByq4y7mtyhwPOOoyrdXLp40Det62kEFsr69f0QUDAVVSvNpdy nzVA== X-Gm-Message-State: AOAM531er5wgMxlmvLbguAxthT2OGnKS+Yk0SoG713ZPtFYjeAiDmsEh d6Hk77q2JEpJs7Cx/H3P72YCTV6xu5uTpOfGFJHGEl3v3Yuyvgyr9QPM1mu1Oi7Uyer0vAXIiBH sTs+qTlkfEIParF/rGJvoE8rgk6ol/GII8oTXTaqVX702e9IpkPCUr5svpMC4zjlX6W7maLxUY4 4uvT9oxNmDQG574yBn38OKwPhc8yUi4ooZFzDX+5x3X3tNarnTS4fdQqL9LbbODGodXa1z X-Google-Smtp-Source: ABdhPJwLAe7cN8fOC/kgfflQUCcz+HAC29UfwbaWAv4I42Babj5KDzAC1w47AX4UmZDosJGAo5olojb3PYzdoclLRy0= X-Received: by 2002:a05:6638:32aa:: with SMTP id f42mr18511544jav.115.1637219269267; Wed, 17 Nov 2021 23:07:49 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Thu, 18 Nov 2021 12:37:38 +0530 Message-ID: Subject: Re: [patch][pgAdmin4] RM7006 With Python 3.10 eventlet==0.31.0 breaking the application To: Rahul Shirsat Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000f6e78605d10ad0c3" X-CLOUD-SEC-AV-Info: enterprisedb,google_mail,monitor X-CLOUD-SEC-AV-Sent: true X-Gm-Spam: 0 X-Gm-Phishy: 0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000f6e78605d10ad0c3 Content-Type: text/plain; charset="UTF-8" Thanks, the patch applied. On Wed, Nov 17, 2021 at 6:54 PM Rahul Shirsat < rahul.shirsat@enterprisedb.com> wrote: > Hi Hackers, > > Ensure that with Python 3.10 and the latest eventlet dependency should not > break the application. > > -- > *Rahul Shirsat* > Senior Software Engineer | EnterpriseDB Corporation. > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres * *Mobile: +91 976-788-8246* --000000000000f6e78605d10ad0c3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, the patch applied.

On Wed, Nov 17, 2021 at 6:54= PM Rahul Shirsat <rah= ul.shirsat@enterprisedb.com> wrote:
Hi Hackers,

= Ensure that with Python 3.10 and the latest eventlet dependency should not = break the application.

--
Rahul Shirsat
Senior Software En= gineer=C2=A0|=C2=A0EnterpriseDB=C2=A0Corporation.
<= /div>


--
Thanks & Regards
Akshay Joshi
pgAdmi= n Hacker | Principal Software Architect
EDB Postgres
Mobile: +91 976-788-8246

--000000000000f6e78605d10ad0c3--