Skip to content

Commit ee8d8f1

Browse files
Fokkogalak75
authored andcommitted
[AIRFLOW-2960] Pin boto3 to <1.8 (apache#3810)
Boto 1.8 has been released a few days ago and they break our tests.
1 parent 75094d4 commit ee8d8f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def write_version(filename=os.path.join(*['airflow',
163163
'elasticsearch>=5.0.0,<6.0.0',
164164
'elasticsearch-dsl>=5.0.0,<6.0.0'
165165
]
166-
emr = ['boto3>=1.0.0']
166+
emr = ['boto3>=1.0.0, <1.8.0']
167167
gcp_api = [
168168
'httplib2>=0.9.2',
169169
'google-api-python-client>=1.6.0, <2.0.0dev',
@@ -201,7 +201,7 @@ def write_version(filename=os.path.join(*['airflow',
201201
qds = ['qds-sdk>=1.9.6']
202202
rabbitmq = ['librabbitmq>=1.6.1']
203203
redis = ['redis>=2.10.5']
204-
s3 = ['boto3>=1.7.0']
204+
s3 = ['boto3>=1.7.0, <1.8.0']
205205
salesforce = ['simple-salesforce>=0.72']
206206
samba = ['pysmbclient>=0.1.3']
207207
segment = ['analytics-python>=1.2.9']

0 commit comments

Comments
 (0)