# Milo 0.4.1

URL: /milo-cli/releases/0.4.1/
Section: releases
Description: Kida 0.11 compatibility checkpoint for downstream framework releases.

---

> For a complete page index, fetch /milo-cli/llms.txt.

Compatibility release aligning Milo with Kida 0.11 and unblocking downstream
framework release lanes.

## Changed

- Raised the sole runtime dependency to
  `kida-templates>=0.11.0,<0.12.0`.
- Revalidated Milo's bundled templates, examples, CLI rendering, MCP surfaces,
  and free-threaded test suite against Kida 0.11.
- Updated the Chirp adoption contract with the released compatibility range.

## Compatibility Notes

Kida 0.11 does not change its runtime API, template syntax, CLI contract, or
runtime dependency set from 0.10. Milo's public API and command behavior are
unchanged in this release.

Python 3.14+ remains required. Upgrade with:

```bash
pip install --upgrade "milo-cli==0.4.1"
```
