From 990bae77c368fe885492dede9ef5adfbb950924c Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Thu, 18 Aug 2022 09:50:07 +0300 Subject: Use an explicit default provided to validator_for in all cases. Previously it was only used when $schema was not present, but clearly it should be used even when it is but the URI is not recognized. Combined with #981 this *hopefully* now handles the remaining downstream users with subclasses. --- CHANGELOG.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 59fe78c..61668ae 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,9 @@ +v4.10.3 +------- + +* ``jsonschema.validators.validator_for`` now properly uses the explicitly + provided default validator even if the ``$schema`` URI is not found. + v4.10.2 ------- -- cgit v1.2.1