yatte 0.10.0 has been released on [Sourcehut] and published to [PyPI].
[Sourcehut]: https://git.sr.ht/~javiljoen/yatte/refs/0.10.0
[PyPI]: https://pypi.org/project/yatte/
The breaking changes are as follows:
- The minimum version of Python is increased to 3.8.
- In the `utils` module, function
`check_envvars(set[str]) -> set[str]` has been replaced with
`assert_defined(seq[str]) -> None`, which may raise an `AssertionError`.