v0.3.0
What's Changed
Features
- Add Python 3.14 support — the library is now tested on CPython 3.9–3.14 (added classifier and CI matrix entry).
Dependencies
- Declare
typing-extensions>=4.4.0as an explicit runtime dependency.
Tooling
- Replace mypy with ty (Astral) as the type checker across
pyproject, the pre-commit hook, and CI. - Update all dev dependencies to their latest Python-3.9-compatible versions.
- Add Dependabot for weekly, dev-only dependency updates.
Docs
- Add
CLAUDE.md; fix the release badge.
Full Changelog: v0.2.0...v0.3.0