mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that Python 3.10 and the latest eventlet dependency should not break the application. Fixes #7006
This commit is contained in:
parent
a5b79564ff
commit
5b99646798
@ -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 #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 #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.
|
||||||
|
@ -37,7 +37,7 @@ ldap3==2.*
|
|||||||
Flask-BabelEx==0.*
|
Flask-BabelEx==0.*
|
||||||
gssapi==1.6.*
|
gssapi==1.6.*
|
||||||
flask-socketio>=5.0.1
|
flask-socketio>=5.0.1
|
||||||
eventlet==0.31.0
|
eventlet==0.33.0
|
||||||
httpagentparser==1.9.*
|
httpagentparser==1.9.*
|
||||||
user-agents==2.2.0
|
user-agents==2.2.0
|
||||||
pywinpty==1.1.1; sys_platform=="win32"
|
pywinpty==1.1.1; sys_platform=="win32"
|
||||||
|
Loading…
Reference in New Issue
Block a user