python-jsonschema / check-jsonschema

A CLI and set of pre-commit hooks for jsonschema validation with built-in support for GitHub Workflows, Renovate, Azure Pipelines, and more!
https://check-jsonschema.readthedocs.io/en/stable
Other
192 stars 38 forks source link

Update to use the `referencing` implementation of ref resolution from `jsonschema` #285

Closed sirosen closed 11 months ago

sirosen commented 12 months ago

I haven't looked at this since helping kick the tires on the initial version of the new reference resolution behavior.

check-jsonschema needs to catch up (and the warning filter in pytest config in tox.ini needs to be removed).

This will also require that the lower bound for supported jsonschema versions jumps to 4.18.0 or later.

sirosen commented 11 months ago

Just merged #289 :partying_face: