From 9a6c26f8fbe38c616ffde1633b5c4b291eedec1b Mon Sep 17 00:00:00 2001 From: TomerShor Date: Sun, 14 Jul 2024 18:24:54 +0300 Subject: [PATCH] [Requirements] Limit boto3 version --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index ec60059..4c842c9 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ nbconvert = ">=6.4.5" notebook = ">=6.4, <7.0.0" pyyaml = ">=3.13, <7" requests = ">=2.31.0" -boto3 = "==1.33.13" +boto3 = ">=1.28.0, <1.29.0" importlib-metadata = "<8.0.0" ipython = ">=7.27.0"