kaxil commented on a change in pull request #7851: Bump Boto3 to >=1.12
URL: https://github.com/apache/airflow/pull/7851#discussion_r397253470
##########
File path: setup.py
##########
@@ -182,7 +182,7 @@ def write_version(filename: str = os.path.join(*[my_dir,
"airflow", "git_version
'atlasclient>=0.1.2',
]
aws = [
- 'boto3~=1.10',
+ 'boto3>=1.12.0,<2.0.0',
Review comment:
To use the newer version.
**Idea being**: Use newer version if it doesn't break anything
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services