Expose JsonPointerNode that can be converted into JSONPointer.
This is needed for the upcoming custom keyword support.
Changed
Bump base64 to 0.22.
Bump clap to 4.5.
Bump fancy-regex to 0.13.
Bump fraction to 0.15.
Bump memchr to 2.7.
Bump once_cell to 1.19.
Bump percent-encoding to 2.3.
Bump regex to 1.10.
Bump url to 2.5.
Build CLI only if the cli feature is enabled.
BREAKING: Extend CompilationOptions to support more ways to define custom format checkers (for example in Python bindings).
In turn, it changes ValidationErrorKind::Format to contain a String instead of a &'static str.
Fixed
Incorrect schema_path when multiple errors coming from the $ref keyword #426
Performance
Optimize building JSONPointer for validation errors by allocating the exact amount of memory needed.
Expose JsonPointerNode that can be converted into JSONPointer.
This is needed for the upcoming custom validators support.
Changed
Bump base64 to 0.22.
Bump clap to 4.5.
Bump fancy-regex to 0.13.
Bump fraction to 0.15.
Bump memchr to 2.7.
Bump once_cell to 1.19.
Bump percent-encoding to 2.3.
Bump regex to 1.10.
Bump url to 2.5.
Build CLI only if the cli feature is enabled.
BREAKING: Extend CompilationOptions to support more ways to define custom format checkers (for example in Python bindings).
In turn it changes ValidationErrorKind::Format to contain a String instead of a &'static str.
Fixed
Incorrect schema_path when multiple errors coming from the $ref keyword #426
Performance
Optimize building JSONPointer for validation errors by allocating the exact amount of memory needed.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps jsonschema from 0.17.1 to 0.18.0.
Release notes
Sourced from jsonschema's releases.
... (truncated)
Changelog
Sourced from jsonschema's changelog.
Commits
ffdbcc9
chore(rust): Release 0.18.02cbc86f
fix: incorrect schema_path in errors from $refcfab602
perf: Avoid allocations while constructing path segments21df181
chore(python): Update typese564888
feat(python): Custom format checkers0a00839
docs(python): Update README146f6cd
docs: Update READMEaa94a4b
feat: Custom keyword validation (#473)7946e97
chore(python): Update PyO3 to 0.21.0092b573
build: Disable build cache for Python testsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show