Skip to content
Commit 952933d5 authored by Javier Marcet's avatar Javier Marcet
Browse files

python-jsonschema: Update to 4.16.0



 - Improve the base URI behavior when resolving a $ref to a resolution
 URI which is different from the resolved schema's declared $id.
 - Accessing jsonschema.draftN_format_checker is deprecated. Instead,
 if you want access to the format checker itself, it is exposed as
 jsonschema.validators.DraftNValidator.FORMAT_CHECKER on any
 jsonschema.protocols.Validator.

Signed-off-by: default avatarJavier Marcet <javier@marcet.info>
parent 0bf9bc3a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment