Skip to content

v0.3.0

Choose a tag to compare

@feodor-ra feodor-ra released this 06 Jul 20:41
· 48 commits to master since this release
8f5c0f9

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.0 as 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