Skip to content

upgrade yaml lib dep

Latest
Compare
Choose a tag to compare
@yaythomas yaythomas released this 22 Sep 03:13

overview

No functional change.

This change forces the ruamel yaml library dependency to upgrade - as of version 5.9.0 pypyr depends on ruamel.yaml >= 0.17.32.

If you do not have the latest version of ruamel and you use !jsonify, you will see:

AttributeError: 'RoundTripConstructor' object has no attribute 'construct_unknown'

what's changed

Full Changelog: v5.9.0...v5.9.1