ops-engine v2.1.2
Fixed
- HealthMonitor: actually declare
pyyaml>=6.0as a runtime dependency.
v2.1.1 claimed to fix this in the CHANGELOG but the corresponding edit to
pyproject.tomlnever 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.