Updated python packages.

This commit is contained in:
Akshay Joshi 2024-11-02 17:39:15 +05:30
parent a44424d5fa
commit 25c3142586
2 changed files with 9 additions and 8 deletions

View File

@ -2,7 +2,7 @@
Version 8.13 Version 8.13
************ ************
Release date: 2024-10-22 Release date: 2024-11-14
This release contains a number of bug fixes and new features since the release of pgAdmin 4 v8.12. This release contains a number of bug fixes and new features since the release of pgAdmin 4 v8.12.
@ -29,6 +29,8 @@ New features
Housekeeping Housekeeping
************ ************
| `Issue #8061 <https://github.com/pgadmin-org/pgadmin4/issues/8061>`_ - Updated the react-menu library from v2 to v4.
| `Issue #8077 <https://github.com/pgadmin-org/pgadmin4/issues/8077>`_ - Remove bootstrap from the runtime code.
Bug fixes Bug fixes
********* *********
@ -49,5 +51,3 @@ Bug fixes
| `Issue #8007 <https://github.com/pgadmin-org/pgadmin4/issues/8007>`_ - Fixed an issue in the debugger where function arguments of the character data type were being truncated. | `Issue #8007 <https://github.com/pgadmin-org/pgadmin4/issues/8007>`_ - Fixed an issue in the debugger where function arguments of the character data type were being truncated.
| `Issue #8013 <https://github.com/pgadmin-org/pgadmin4/issues/8013>`_ - Fix the issue where rows do not retain shading when scrolling. | `Issue #8013 <https://github.com/pgadmin-org/pgadmin4/issues/8013>`_ - Fix the issue where rows do not retain shading when scrolling.
| `Issue #8022 <https://github.com/pgadmin-org/pgadmin4/issues/8022>`_ - Use PG17 as the default in the container. | `Issue #8022 <https://github.com/pgadmin-org/pgadmin4/issues/8022>`_ - Use PG17 as the default in the container.
| `Issue #8061 <https://github.com/pgadmin-org/pgadmin4/issues/8061>`_ - Updated the react-menu library from v2 to v4.
| `Issue #8077 <https://github.com/pgadmin-org/pgadmin4/issues/8077>`_ - Remove bootstrap from the runtime code.

View File

@ -21,12 +21,13 @@ Flask-Babel==4.0.*
Flask-Security-Too==5.5.*; python_version >= '3.10' Flask-Security-Too==5.5.*; python_version >= '3.10'
Flask-Security-Too==5.4.*; python_version <= '3.9' Flask-Security-Too==5.4.*; python_version <= '3.9'
Flask-SocketIO==5.4.* Flask-SocketIO==5.4.*
WTForms==3.1.* WTForms==3.2.*; python_version >= '3.10'
WTForms==3.1.*; python_version <= '3.9'
passlib==1.* passlib==1.*
pytz==2024.* pytz==2024.*
speaklater3==1.* speaklater3==1.*
sqlparse==0.* sqlparse==0.*
psutil==6.0.* psutil==6.1.*
psycopg[c]==3.2.3 psycopg[c]==3.2.3
python-dateutil==2.* python-dateutil==2.*
SQLAlchemy==2.* SQLAlchemy==2.*
@ -34,7 +35,7 @@ bcrypt==4.2.*
cryptography==43.0.* cryptography==43.0.*
sshtunnel==0.* sshtunnel==0.*
ldap3==2.* ldap3==2.*
gssapi==1.8.* gssapi==1.9.*
eventlet==0.37.0 eventlet==0.37.0
user-agents==2.2.0 user-agents==2.2.0
pywinpty==2.0.*; sys_platform=="win32" pywinpty==2.0.*; sys_platform=="win32"
@ -45,9 +46,9 @@ qrcode[pil]==8.*; python_version >= '3.9'
boto3==1.35.* boto3==1.35.*
urllib3==1.26.* urllib3==1.26.*
azure-mgmt-rdbms==10.1.0 azure-mgmt-rdbms==10.1.0
azure-mgmt-resource==23.1.1 azure-mgmt-resource==23.2.0
azure-mgmt-subscription==3.1.1 azure-mgmt-subscription==3.1.1
azure-identity==1.18.0 azure-identity==1.19.0
google-api-python-client==2.* google-api-python-client==2.*
google-auth-oauthlib==1.2.1 google-auth-oauthlib==1.2.1
keyring==25.* keyring==25.*