From bf372e4be92669f73075016a7a734269ad5fe89d Mon Sep 17 00:00:00 2001 From: Francesco Canovai Date: Mon, 20 Jan 2025 14:26:07 +0100 Subject: [PATCH] fix: pin boto3 Pin boto3 version to 1.35.99. version 1.36.0 of boto3 is affected by https://github.com/boto/boto3/issues/4398. Signed-off-by: Francesco Canovai --- Debian/requirements.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Debian/requirements.in b/Debian/requirements.in index 2bfeb2c9..d80ecfdb 100644 --- a/Debian/requirements.in +++ b/Debian/requirements.in @@ -1 +1,2 @@ barman[cloud,azure,snappy,google] == 3.12.1 +boto3 == 1.35.99