Skip to content

ops-engine v2.1.2

Choose a tag to compare

@dev-bot-langevc dev-bot-langevc released this 04 Jun 19:07
· 5 commits to master since this release

Fixed

  • HealthMonitor: actually declare pyyaml>=6.0 as a runtime dependency.
    v2.1.1 claimed to fix this in the CHANGELOG but the corresponding edit to
    pyproject.toml never landed (silent Edit-call failure during release).
    This release is the real fix. Symptom on consumers without transitive
    pyyaml: ModuleNotFoundError: No module named 'yaml' at first module run.