1) Updated version of Authlib, psycopg[c], typer[all] and selenium.
2) Updated release note.pull/9299/head
parent
8d55e9a445
commit
55c5e86fe0
|
|
@ -20,11 +20,14 @@ Bundled PostgreSQL Utilities
|
|||
New features
|
||||
************
|
||||
|
||||
| `Issue #7885 <https://github.com/pgadmin-org/pgadmin4/issues/7885>`_ - Add support for displaying detailed Citus query plans instead of 'Custom Scan' placeholder.
|
||||
|
||||
Housekeeping
|
||||
************
|
||||
|
||||
| `Issue #8676 <https://github.com/pgadmin-org/pgadmin4/issues/8676>`_ - Migrate pgAdmin UI to use React 19.
|
||||
|
||||
|
||||
Bug fixes
|
||||
*********
|
||||
|
||||
| `Issue #8504 <https://github.com/pgadmin-org/pgadmin4/issues/8504>`_ - Fixed an issue where data output column resize is not sticking in Safari.
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
# relevant packages.
|
||||
###############################################################################
|
||||
|
||||
Authlib==1.6.*
|
||||
Authlib==1.6.5
|
||||
azure-identity==1.25.1
|
||||
azure-mgmt-rdbms==10.1.0
|
||||
azure-mgmt-resource==24.0.0
|
||||
|
|
@ -42,7 +42,7 @@ libgravatar==1.0.*
|
|||
paramiko==3.5.1
|
||||
passlib==1.*
|
||||
psutil==7.1.*
|
||||
psycopg[c]==3.2.11
|
||||
psycopg[c]==3.2.12
|
||||
pyotp==2.*
|
||||
python-dateutil==2.*
|
||||
pytz==2025.*
|
||||
|
|
@ -53,7 +53,7 @@ setuptools==80.*
|
|||
SQLAlchemy==2.*
|
||||
sqlparse==0.*
|
||||
sshtunnel==0.*
|
||||
typer[all]==0.19.*
|
||||
typer[all]==0.20.*
|
||||
urllib3==1.26.*; python_version <= '3.9'
|
||||
urllib3==2.5.*; python_version > '3.9'
|
||||
user-agents==2.2.0
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ linecache2==1.0.0
|
|||
pbr==7.0.1
|
||||
pycodestyle>=2.5.0
|
||||
python-mimeparse==2.0.0
|
||||
selenium==4.37.0
|
||||
selenium==4.38.0
|
||||
testscenarios==0.5.0
|
||||
testtools==2.7.2
|
||||
traceback2==1.4.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue