Commits
Click on a commit to change the comparison rangeadd explicit ruamel.yaml.clib dependency to fix Docker builds
ruamel.yaml 0.19.0 (released 2025-12-31) changed its C library dependency
from ruamel.yaml.clib (pre-built wheels) to ruamel.yaml.clibz (requires
local Zig compilation). This breaks environments without build tools.
Per the ruamel.yaml docs, explicitly installing ruamel.yaml.clib takes
priority over clibz, avoiding the need for an upper bound pin:
> If you run into trouble, you can install ruamel.yaml.clib explicitly,
> without using ruamel.yaml.clibz at all... The code to load
> ruamel.yaml.clib has priority over ruamel.yaml.clibz if both are
> installed.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>