v0.24
What's Changed
-
Fix integration with
SchemaStoreby loading extra/side schemas, #226, #229. -
Add support for loading extra schemas, #226.
-
Fixed verify author dict is not empty, #232.
-
Added support for
validate_pyproject.multi_schemaplugins with extra schemas, #231. -
validate-pyprojectno longer communicates test dependencies via thetestsextra and documentation dependencies dependencies via thedocs/requirements.txtfile. Insteaddependency-groupshave been adopted to support CI environments, #227.As a result,
uv's high level interface also works for developers. You can use thedependency-groupspackage on PyPI if you need to convert to a classic requirements list.
Contributions by @henryiii.
Full Changelog: v0.23...v0.24