Skip to content

Commit c83d997

Browse files
Make depedabot use Python v3.8.
Update release notes.
1 parent 7a9a45b commit c83d997

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.8.0

docs/en_US/release_notes_9_0.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ New features
2525
2626
Housekeeping
2727
************
28+
| `Issue #8249 <https://github.com/pgadmin-org/pgadmin4/issues/8249>`_ - Show the python version used for the pgAdmin server in the about dialog.
2829
2930

3031
Bug fixes
@@ -34,4 +35,6 @@ Bug fixes
3435
| `Issue #8072 <https://github.com/pgadmin-org/pgadmin4/issues/8072>`_ - Fixed an issue where Schema Diff not produce difference script for Index definition with where condition.
3536
| `Issue #8142 <https://github.com/pgadmin-org/pgadmin4/issues/8142>`_ - Correct the documentation for the MFA configuration.
3637
| `Issue #8208 <https://github.com/pgadmin-org/pgadmin4/issues/8208>`_ - Allow deleting the entry while creating/adding new label to enumeration type.
37-
| `Issue #8209 <https://github.com/pgadmin-org/pgadmin4/issues/8209>`_ - Fixed an issue where properties dialog throwing an error for Materialized View.
38+
| `Issue #8209 <https://github.com/pgadmin-org/pgadmin4/issues/8209>`_ - Fixed an issue where properties dialog throwing an error for Materialized View.
39+
| `Issue #8254 <https://github.com/pgadmin-org/pgadmin4/issues/8254>`_ - Fix a formatting issue in View/Edit tool generated SQL where some filters are applied.
40+
| `Issue #8255 <https://github.com/pgadmin-org/pgadmin4/issues/8255>`_ - Fixed an issue where tooltip on a dropdown button is blocking access to dropdown menu.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ ldap3==2.*
3838
gssapi==1.9.*
3939
user-agents==2.2.0
4040
pywinpty==2.0.*; sys_platform=="win32"
41+
Authlib==1.3.*; python_version <= '3.8'
4142
Authlib==1.4.*
4243
pyotp==2.*
4344
qrcode==7.*; python_version <= '3.8'

0 commit comments

Comments
 (0)