-
Notifications
You must be signed in to change notification settings - Fork 77
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
Increase PyYAML limit as awscli #442
Conversation
This is the related issue in pyyaml repo: yaml/pyyaml#724 |
@Mickeypeng any chance of reviewing/merging this PR? |
Thank you for the fix! This issue is preventing us from deploying; would love to see this merged soon~ |
LGTM what do you think? @NihalM99 |
actually found a dependency conflict with docker-compose v1 relates to docker/compose#9114 raise an issue, #448 |
@Mickeypeng @NihalM99 updates? I think that merging this PR will help many people that's having issues with deployment. Of course it's also necessary to check the conflict with docker-compose that @chenrui333 is mentioning, but merging this PR will help on many other cases. |
Thank you on this effort guys. Just reinforcing that this issue is also preventing us from deploying an important hotfix. |
Seems like the test failed to run because it was from branch in another repo. Let me pull a new PR for testing, and then I will merge this one. |
#449 Same changes passed tests. Merging now |
Should fix #441
Description of changes:
This PR updates PyYAML limit in order to match with awscli.
aws/aws-cli#8037
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.