From 1018bbddff5fac77f3c7681ba9a0e9d4450f9bd2 Mon Sep 17 00:00:00 2001 From: Alexander Rashed Date: Thu, 9 Nov 2023 07:29:28 +0100 Subject: [PATCH] limit botocore to < 1.31.81 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f1185f1bfae99..229646547d53b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -67,7 +67,7 @@ runtime = awscli>=1.22.90 awscrt>=0.13.14 boto3>=1.26.121 - botocore>=1.31.2 + botocore>=1.31.2,<1.31.81 cbor2>=5.2.0 crontab>=0.22.6 dnspython>=1.16.0