-
-
Notifications
You must be signed in to change notification settings - Fork 593
Closed
Labels
BugSomething doesn't work the way it should.Something doesn't work the way it should.
Description
In validator_for
, and transitively in validate
, providing an instance whose $schema
isn't one of the known metaschemas should error, not use the latest supported version.
It looks like that was my intention originally, judging by the docstring, but the code and tests use the default in all cases.
This will unfortunately not be changeable immediately, it'll need a deprecation period first, so step one is to do that.
Metadata
Metadata
Assignees
Labels
BugSomething doesn't work the way it should.Something doesn't work the way it should.