5.0.1
(chore): Upgrade pytest-asyncio dev dependency from ^0.23.5 to ^1.0.0 in generated
pyproject.toml. This eliminates deprecation warnings about asyncio.iscoroutinefunction,
asyncio.get_event_loop_policy, and asyncio.set_event_loop_policy when running tests
on Python 3.14+.
5.0.0
(feat): Raise the default minimum Python version from ^3.8 to ^3.10 in generated
pyproject.toml. This allows the dependency resolver to pick Pydantic 2.11+ and
pydantic-core 2.33+, which ship pre-built wheels for Python 3.14, fixing
installation failures on Python 3.14.
4.64.1
(fix): Wrap python-version in quotes in generated GitHub CI workflow so versions like
^3.10 are not misinterpreted as 3.1 by the YAML parser.