From 15a999479ed19a94c43aefb0afae3ce2545fec77 Mon Sep 17 00:00:00 2001 From: rkhudov Date: Tue, 19 Mar 2024 17:36:30 +0100 Subject: [PATCH] requirements: strict boto3 version Signed-off-by: rkhudov --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7742d8f..149dcce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ PyYAML boto >=2.6.0 -boto3 >=1.0.0 +boto3 >=1.0.0 <=1.24.96 # botocore-1.28 broke v2 signatures, see https://tracker.ceph.com/issues/58059 botocore <1.28.0 munch >=2.0.0