Skip to content

Commit 4872db5

Browse files
Fokkokaxil
authored andcommitted
[AIRFLOW-2960] Pin boto3 to <1.8 (#3810)
Boto 1.8 has been released a few days ago and they break our tests.
1 parent acf1378 commit 4872db5

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
@@ -181,7 +181,7 @@ def write_version(filename=os.path.join(*['airflow',
181181
'elasticsearch>=5.0.0,<6.0.0',
182182
'elasticsearch-dsl>=5.0.0,<6.0.0'
183183
]
184-
emr = ['boto3>=1.0.0']
184+
emr = ['boto3>=1.0.0, <1.8.0']
185185
gcp_api = [
186186
'httplib2>=0.9.2',
187187
'google-api-python-client>=1.6.0, <2.0.0dev',
@@ -219,7 +219,7 @@ def write_version(filename=os.path.join(*['airflow',
219219
qds = ['qds-sdk>=1.9.6']
220220
rabbitmq = ['librabbitmq>=1.6.1']
221221
redis = ['redis>=2.10.5']
222-
s3 = ['boto3>=1.7.0']
222+
s3 = ['boto3>=1.7.0, <1.8.0']
223223
salesforce = ['simple-salesforce>=0.72']
224224
samba = ['pysmbclient>=0.1.3']
225225
segment = ['analytics-python>=1.2.9']

0 commit comments

Comments
 (0)