From 89b9b64a552d55a771a821eb9eb74a60d4d261d2 Mon Sep 17 00:00:00 2001 From: Smit Vora Date: Wed, 26 Jul 2023 15:00:04 +0530 Subject: [PATCH] fix: installation error, cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (#21810) Co-authored-by: Ankush Menat --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16191610d2..b0cbe982af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dependencies = [ "markdownify~=0.11.6", # integration dependencies - "boto3~=1.18.49", + "boto3~=1.28.10", "dropbox~=11.36.0", "google-api-python-client~=2.2.0", "google-auth-oauthlib~=0.4.4",