pypyr release v5.9.1
upgrade yaml lib dep
Release Date: 2023-09-22T03:13:53Z
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
how to upgrade
If you want to upgrade (and you totally should!):
$ pip install --upgrade pypyr
source
You can find pypyr release v5.9.1 on github, where you can click through to associated Issues, Pull Requests and Users.
Released by yaythomas.