You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
96: Add support for PyYAML v6 r=adamgreig a=newAM
Changelog: <https://github.com/yaml/pyyaml/releases/tag/6.0>
PyYAML released version 6, and the only breaking change is "always require `Loader` arg to `yaml.load()`", which would have resulted in a deprecation warning with version 5.
Supporting both 5 and 6 makes this easier for people to use during the transition phase because PyYAML is often provided as an OS package on Linux distributions.
Co-authored-by: Alex Martens <[email protected]>
0 commit comments