-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Update supported PyYAML range. #6648
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #6648 +/- ##
========================================
Coverage 92.84% 92.84%
========================================
Files 204 204
Lines 16293 16293
========================================
Hits 15128 15128
Misses 1165 1165 Continue to review full report at Codecov.
|
Any update on this PR? What is the next step to get it merged? |
Any updates? This is somewhat of a blocker when using alongside other dependencies which require PyYAML>=6.0. |
Hi, will this be resolved at some point? It seems like a trivial issue that will improve the user experience by a lot. |
Hello @stealthycoin, sorry for pinging you in this old PR, but you seem to be actively maintaining this repo. I was wondering if there is an underlying issue blocking the merge of this PR? Or if maybe it just fell through the cracks? Thank you very much in advance! |
@stealthycoin I think you should be aware that due to the fact that AWS released the newest Managed Airflow (v2.5.1) that is using PyYAML v6+ without merging this pull, AWS customers won't be able to install awscli in newest MWAA. awscli is required to handle communication between MWAA and EKS. |
Pitching in, it's a dealbreaker for me to upgrade my team's Airflow instance. Doesn't seem to be a huge change for @aws-cli team to merge this pr |
@phajduk - MWAA pre-installs aws cli v2, which doesn't have PyYAML as dependency. Were you trying to install cli v1 on MWAA? If yes, you should move over to pre-installed v2. |
@shubham22 but what about other platforms, not MWAA? |
Resolved in #8037. Closing. |
Issue #, if available:
Description of changes:
Update supported PyYAML range to include 6.0.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.