diff --git a/docs/en_US/release_notes_9_7.rst b/docs/en_US/release_notes_9_7.rst index d4e9f5829..5a97157ee 100644 --- a/docs/en_US/release_notes_9_7.rst +++ b/docs/en_US/release_notes_9_7.rst @@ -34,6 +34,8 @@ Housekeeping Bug fixes ********* + | `Issue #7057 `_ - Fixed an issue where custom column widths in the result grid of Query Tool or View/Edit Data were reset after re-executing a query. + | `Issue #7617 `_ - Fixed the issue where updating the name of a table column does not reflect in the corresponding primary key constraint. | `Issue #8149 `_ - Fixed an issue where pgAdmin failed to update the server connection status when the server was disconnected in the background and a refresh was performed on that server. | `Issue #8650 `_ - Make Dashboard tables to be vertically resizable. | `Issue #8756 `_ - Fixed an issue in Firefox where the query window would shift to the left after opening the history tab or selecting a column header in the results grid. diff --git a/requirements.txt b/requirements.txt index 3ce279b31..598792167 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ python-dateutil==2.* pytz==2025.* pywinpty==2.0.*; sys_platform=="win32" qrcode[pil]==8.*; python_version >= '3.9' -setuptools==80.*; python_version >= '3.12' +setuptools==80.* SQLAlchemy==2.* sqlparse==0.* sshtunnel==0.*