v5.9.1
版本发布时间: 2023-09-22 11:13:53
pypyr/pypyr最新发布版本:v5.9.1(2023-09-22 11:13:53)
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
- fix venv flaky test by @yaythomas in https://github.com/pypyr/pypyr/pull/330
- ruamel version pin by @yaythomas in https://github.com/pypyr/pypyr/pull/331
Full Changelog: https://github.com/pypyr/pypyr/compare/v5.9.0...v5.9.1