Skip to content

Commit fb4d25d

Browse files
committed
1) Updated Python and JavaScript dependencies.
2) Updated release note.
1 parent ca6f52e commit fb4d25d

File tree

7 files changed

+1823
-858
lines changed

7 files changed

+1823
-858
lines changed

docs/en_US/release_notes_9_4.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ Bug fixes
3131
*********
3232

3333
| `Issue #6564 <https://github.com/pgadmin-org/pgadmin4/issues/6564>`_ - Fix the issue where an error is displayed when a table is dropped while a query is running.
34-
| `Issue #8607 <https://github.com/pgadmin-org/pgadmin4/issues/8607>`_ - Fixed an issue where the query tool returns "cannot unpack non-iterable Response object" when running any query with a database name change.
34+
| `Issue #8607 <https://github.com/pgadmin-org/pgadmin4/issues/8607>`_ - Fixed an issue where the query tool returns "cannot unpack non-iterable Response object" when running any query with a database name change.
35+
| `Issue #8668 <https://github.com/pgadmin-org/pgadmin4/issues/8668>`_ - Implement API fetch error display for select dropdown.
36+
| `Issue #8713 <https://github.com/pgadmin-org/pgadmin4/issues/8713>`_ - Fixed issues related to column range selection using shift + click.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ldap3==2.*
4141
libgravatar==1.0.*
4242
passlib==1.*
4343
psutil==7.0.*
44-
psycopg[c]==3.2.6
44+
psycopg[c]==3.2.7
4545
pyotp==2.*
4646
python-dateutil==2.*
4747
pytz==2025.*

runtime/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"packageManager": "yarn@3.8.7",
1414
"devDependencies": {
15-
"electron": "35.2.1",
16-
"eslint": "^9.25.1"
15+
"electron": "36.1.0",
16+
"eslint": "^9.26.0"
1717
},
1818
"dependencies": {
1919
"axios": "^1.9.0",

0 commit comments

Comments
 (0)