We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Recently, ruamel.yaml removed its deprecated top-level functions. See https://pypi.org/project/ruamel.yaml/0.18.3/ for details.
ruamel.yaml
Constructor needs to be updated if the current ruamel.yaml<0.18 upper bound is to be extended.
ruamel.yaml<0.18
constructor.construct uses ruamel.yaml.load and ruamel.yaml.safe_load. constructor.utils uses ruamel.yaml.dump
constructor.construct
ruamel.yaml.load
ruamel.yaml.safe_load
constructor.utils
ruamel.yaml.dump
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Checklist
What is the idea?
Recently,
ruamel.yaml
removed its deprecated top-level functions.See https://pypi.org/project/ruamel.yaml/0.18.3/ for details.
Constructor needs to be updated if the current
ruamel.yaml<0.18
upper bound is to be extended.constructor.construct
usesruamel.yaml.load
andruamel.yaml.safe_load
.constructor.utils
usesruamel.yaml.dump
Why is this needed?
No response
What should happen?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: