From 629a87cf160bedf00372afa6264b5c1650fe5cdf Mon Sep 17 00:00:00 2001 From: Jeffrey Wang Date: Wed, 27 Jun 2018 11:55:47 -0400 Subject: [PATCH] Pin boto3 to 1.4.7 (#5290) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c5aa4b42da500..771b46d5b0169 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def get_git_sha(): scripts=['superset/bin/superset'], install_requires=[ 'bleach', - 'boto3>=1.4.6', + 'boto3==1.4.7', 'botocore>=1.7.0, <1.8.0', 'celery>=4.2.0', 'colorama',