Remove botocore from requirements as it is installed by boto3

pull/6967/head
Aditya Toshniwal 2023-11-28 16:34:49 +05:30
parent 1622211b39
commit c9590b2d62
2 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,7 @@ Bug fixes
********* *********
| `Issue #6803 <https://github.com/pgadmin-org/pgadmin4/issues/6803>`_ - Fixed an issue where reading process logs throws an error when DATA_DIR is moved to a networked drive. | `Issue #6803 <https://github.com/pgadmin-org/pgadmin4/issues/6803>`_ - Fixed an issue where reading process logs throws an error when DATA_DIR is moved to a networked drive.
| `Issue #6854 <https://github.com/pgadmin-org/pgadmin4/issues/6854>`_ - Add support for creating a function with custom return type.
| `Issue #6887 <https://github.com/pgadmin-org/pgadmin4/issues/6887>`_ - Fixed an issue where syntax error was not highlighting in query tool. | `Issue #6887 <https://github.com/pgadmin-org/pgadmin4/issues/6887>`_ - Fixed an issue where syntax error was not highlighting in query tool.
| `Issue #6921 <https://github.com/pgadmin-org/pgadmin4/issues/6921>`_ - Fixed an issue where on entering full screen, the option label is not changed to 'Exit Full Screen' in desktop mode. | `Issue #6921 <https://github.com/pgadmin-org/pgadmin4/issues/6921>`_ - Fixed an issue where on entering full screen, the option label is not changed to 'Exit Full Screen' in desktop mode.
| `Issue #6950 <https://github.com/pgadmin-org/pgadmin4/issues/6950>`_ - Ensure that the Authentication Source in the drop-down of the UserManagement dialog aligns with the entries specified for AUTHENTICATION_SOURCES in the configuration file. | `Issue #6950 <https://github.com/pgadmin-org/pgadmin4/issues/6950>`_ - Ensure that the Authentication Source in the drop-down of the UserManagement dialog aligns with the entries specified for AUTHENTICATION_SOURCES in the configuration file.

View File

@ -49,7 +49,6 @@ Authlib==1.2.*
pyotp==2.* pyotp==2.*
qrcode==7.* qrcode==7.*
boto3==1.33.* boto3==1.33.*
botocore==1.31.*
urllib3==1.26.* urllib3==1.26.*
azure-mgmt-rdbms==10.1.0 azure-mgmt-rdbms==10.1.0
azure-mgmt-resource==23.0.1 azure-mgmt-resource==23.0.1