Preserve PyYAML while remaining repository guards migrate #309
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/validator-yaml-compat"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Validator v11 restored Python but omitted PyYAML, which twelve existing seanfarm guards still import. Restore the previous python3-pyyaml dependency in v12 and require a small YAML parse during image construction. The validator and selector themselves remain Bash/jq/Go.
The seanfarm CI failure supplies the failing compatibility check. Keep this temporary dependency until all active callers have migrated and passed their normal pipelines.