v12.19.1
·
72 commits
to release/v1
since this release
v12.19.1 (2026-04-10)
This release is published under the MPL-2.0 License.
Bug Fixes
- Cli.py Replace hexversion gate with sys.version_info check (
0b959d0)
Hexversion is not 'at a glance' maintainable, if very precise. This is much easier to keep up with.
Also changed to correct minimum version (was set to 3.8!)
Also as I've made all the effort with module versions, added 3.14 as explicitly supported in pyproject.toml
Chores
- Minimum version 3.12 (
68d3c3c)
Changed minimum required python version to 3.12
Bad pydantic-core versions have been yanked, so pin removed from pyproject.toml, surplus to requirements.
uv.lock all synced up
Detailed Changes: v12.19.0...v12.19.1