public inbox for [email protected]
help / color / mirror / Atom feedFrom: Rahul Shirsat <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: [patch][pgAdmin4] RM7006 With Python 3.10 eventlet==0.31.0 breaking the application
Date: Wed, 17 Nov 2021 18:53:47 +0530
Message-ID: <CAKtn9dNdP7V0Gd12wizvpd8_s+e2iVf-X_Q-7TmsWe8XrUaiOQ@mail.gmail.com> (raw)
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.
Attachments:
[application/octet-stream] RM7006.patch (336B, 3-RM7006.patch)
download | inline diff:
diff --git a/requirements.txt b/requirements.txt
index d45566a0b..fcad98e8d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -37,7 +37,7 @@ ldap3==2.*
Flask-BabelEx==0.*
gssapi==1.6.*
flask-socketio>=5.0.1
-eventlet==0.31.0
+eventlet==0.33.0
httpagentparser==1.9.*
user-agents==2.2.0
pywinpty==1.1.1; sys_platform=="win32"
view thread (2+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: [patch][pgAdmin4] RM7006 With Python 3.10 eventlet==0.31.0 breaking the application
In-Reply-To: <CAKtn9dNdP7V0Gd12wizvpd8_s+e2iVf-X_Q-7TmsWe8XrUaiOQ@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox