-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AIRFLOW-4113] Unpin boto3 #6884
Conversation
1c0b39e
to
8897547
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small change
setup.py
Outdated
@@ -380,7 +380,7 @@ def write_version(filename: str = os.path.join(*["airflow", "git_version"])): | |||
'ipdb', | |||
'jira', | |||
'mongomock', | |||
'moto==1.3.5', | |||
'moto>=1.3.14', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something to disallow Moto 2?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
(cherry picked from commit e0c6d86)
(cherry picked from commit e0c6d86)
(cherry picked from commit e0c6d86)
(cherry picked from commit e0c6d86)
Make sure you have checked all steps below.
Jira
Description
Right now we're pinning boto on <1.8 because of an underlying issue in moto. This issue has been solved, and therefore it would be nice to update again to a more recent version of boto.
Tests
Commits
Documentation