From c9590b2d62c9ee0222b510ec1527b806284e8369 Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Tue, 28 Nov 2023 16:34:49 +0530 Subject: [PATCH] Remove botocore from requirements as it is installed by boto3 --- docs/en_US/release_notes_8_1.rst | 1 + requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en_US/release_notes_8_1.rst b/docs/en_US/release_notes_8_1.rst index 0d9995027..775dbb660 100644 --- a/docs/en_US/release_notes_8_1.rst +++ b/docs/en_US/release_notes_8_1.rst @@ -29,6 +29,7 @@ Bug fixes ********* | `Issue #6803 `_ - Fixed an issue where reading process logs throws an error when DATA_DIR is moved to a networked drive. + | `Issue #6854 `_ - Add support for creating a function with custom return type. | `Issue #6887 `_ - Fixed an issue where syntax error was not highlighting in query tool. | `Issue #6921 `_ - Fixed an issue where on entering full screen, the option label is not changed to 'Exit Full Screen' in desktop mode. | `Issue #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. diff --git a/requirements.txt b/requirements.txt index 4f3a9430f..352550cb2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,6 @@ Authlib==1.2.* pyotp==2.* qrcode==7.* boto3==1.33.* -botocore==1.31.* urllib3==1.26.* azure-mgmt-rdbms==10.1.0 azure-mgmt-resource==23.0.1