From 75bb7010a1186641fc906de08f010b419b867e1a Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Mon, 18 Mar 2019 15:17:25 +0100 Subject: [PATCH] [AIRFLOW-4113] Unpin boto3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ca153ee01c88..6168b45cd8d0d 100644 --- a/setup.py +++ b/setup.py @@ -132,7 +132,7 @@ def write_version(filename=os.path.join(*['airflow', ] atlas = ['atlasclient>=0.1.2'] aws = [ - 'boto3>=1.7.0, <1.8.0', + 'boto3>=1.7.0', ] azure = [ 'azure-storage>=0.34.0',