From ec33bcb3bae6f2b297b4e514dc1bf2d641303e3c Mon Sep 17 00:00:00 2001 From: Alexander Rashed Date: Tue, 25 Oct 2022 10:59:05 +0200 Subject: [PATCH] pin boto(core) version --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index aacc63d202a18..bda97cbe8ff7f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ packages=find: # dependencies that are required for the cli (via pip install localstack) install_requires = - boto3>=1.20 + boto3>=1.20,<1.25.0 click>=7.0 cachetools~=5.0.0 #dnspython==1.16.0 @@ -66,7 +66,7 @@ runtime = aws-sam-translator>=1.15.1 awscli>=1.22.90 boto>=2.49.0 - botocore>=1.12.13 + botocore>=1.12.13,<1.28.0 cbor2>=5.2.0 crontab>=0.22.6 cryptography