Skip to content

v1.1.1 — CI type-check fix

Choose a tag to compare

@LayerTM LayerTM released this 09 Jul 18:59
· 29 commits to main since this release

Fixed

  • CI type-check (mypy strict) regression from 1.1.0. The automation-draft rendering added in 1.1.0 tripped strict typing (PyYAML had no type stubs; the drafted-config argument wasn't narrowed from dict | None). Fixed with the types-PyYAML stub and a narrowing at the call boundary. No behavior change — internal/CI only. All CI green.