Skip to content

Commit

Permalink
Bump the default type checker and format checker.
Browse files Browse the repository at this point in the history
Even though these are exactly equivalent.
  • Loading branch information
Julian committed Jan 31, 2022
1 parent 4369a15 commit c3d62ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonschema/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 108,8 @@ def create(
meta_schema,
validators=(),
version=None,
type_checker=_types.draft7_type_checker,
format_checker=_format.draft7_format_checker,
type_checker=_types.draft202012_type_checker,
format_checker=_format.draft202012_format_checker,
id_of=_id_of,
applicable_validators=lambda schema: schema.items(),
):
Expand Down

0 comments on commit c3d62ae

Please sign in to comment.