Ensure that Python 3.10 and the latest eventlet dependency should not break the application. Fixes #7006

This commit is contained in:
Rahul Shirsat 2021-11-18 12:29:24 +05:30 committed by Akshay Joshi
parent a5b79564ff
commit 5b99646798
2 changed files with 2 additions and 1 deletions

View File

@ -19,3 +19,4 @@ Bug fixes
| `Issue #6906 <https://redmine.postgresql.org/issues/6906>`_ - Fixed an issue where referenced table drop-down should be disabled in foreign key -> columns after one row is added.
| `Issue #6986 <https://redmine.postgresql.org/issues/6986>`_ - Fixed an issue where the user can't debug function with timestamp parameter.
| `Issue #7006 <https://redmine.postgresql.org/issues/7006>`_ - Ensure that Python 3.10 and the latest eventlet dependency should not break the application.

View File

@ -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"