From b1c8d7973b6910cb6e6066ff39f30b4c289c2d45 Mon Sep 17 00:00:00 2001 From: Nikolay Novik Date: Wed, 6 Sep 2017 23:27:52 +0300 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b4cfef68..d2f549be 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ # https://github.com/aio-libs/aiobotocore/pull/248 will continue working # If adding requirements make sure to also add to requirements-dev.txt install_requires = [ - 'botocore==1.7.4', + 'botocore>=1.7.4, <=1.7.5', 'aiohttp>=2.0.4, <=2.3.0', 'multidict>=2.1.4', 'wrapt>=1.10.10',