pypyr release v5.9.0 permalink

string loader permalink

Release Date: 2023-09-21T08:21:12Z

summary permalink

from pypyr import pipelinerunner

pipeline = """\
steps:
- name: pypyr.steps.set
  in:
    set:
      test: 1
"""

context = pipelinerunner.run(pipeline_name=pipeline,
                             loader="pypyr.loaders.string")

assert context["test"] == 1
  • Fix bug with !jsonify custom tags failing to load with error “ruamel.yaml.constructor.ConstructorError: could not determine a constructor for the tag ‘!jsonify’”.
    • this was due to a regression in the ruamel dependency

what’s changed permalink

new contributors permalink

Full Changelog: https://github.com/pypyr/pypyr/compare/v5.8.0...v5.9.0

how to upgrade permalink

If you want to upgrade (and you totally should!):

$ pip install --upgrade pypyr

source permalink

You can find pypyr release v5.9.0 on github, where you can click through to associated Issues, Pull Requests and Users.

Released by yaythomas.

last updated on .