What's Changed
-
Fix integration with
SchemaStore
by 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_schema
plugins with extra schemas, #231. -
validate-pyproject
no longer communicates test dependencies via thetests
extra and documentation dependencies dependencies via thedocs/requirements.txt
file. Insteaddependency-groups
have been adopted to support CI environments, #227.As a result,
uv
's high level interface also works for developers. You can use thedependency-groups
package on PyPI if you need to convert to a classic requirements list.
Contributions by @henryiii.
Full Changelog: v0.23...v0.24