Skip to content

Commit

Permalink
Pin boto3 to <1.8 (apache#3810)
Browse files Browse the repository at this point in the history
Boto 1.8 has been released a few days ago and they break our tests.
  • Loading branch information
Fokko authored and Chris Fei committed Jan 23, 2019
1 parent c7139d1 commit c741429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def write_version(filename=os.path.join(*['airflow',
'elasticsearch>=5.0.0,<6.0.0',
'elasticsearch-dsl>=5.0.0,<6.0.0'
]
emr = ['boto3>=1.0.0']
emr = ['boto3>=1.0.0, <1.8.0']
gcp_api = [
'httplib2>=0.9.2',
'google-api-python-client>=1.6.0, <2.0.0dev',
Expand Down Expand Up @@ -202,7 +202,7 @@ def write_version(filename=os.path.join(*['airflow',
qds = ['qds-sdk>=1.9.6']
rabbitmq = ['librabbitmq>=1.6.1']
redis = ['redis>=2.10.5']
s3 = ['boto3>=1.7.0']
s3 = ['boto3>=1.7.0, <1.8.0']
salesforce = ['simple-salesforce>=0.72']
samba = ['pysmbclient>=0.1.3']
segment = ['analytics-python>=1.2.9']
Expand Down

0 comments on commit c741429

Please sign in to comment.