Backward incompatibilities * Python 3.7 support dropped 84 * `OAS30Validator` no longer accept `read` and `write` properties. Use `OASReadValidator` and `OAS30WriteValidator` instead. 85
Backward incompatibilities * `OAS30Validator` no longer accept `read` and `write` properties. Use `OASReadValidator` and `OAS30WriteValidator` instead.
0.5.0
Changelog * Formats raise error for other types fix 67
Backward incompatibilities * format validators ignore other types and pass (in accordance with the specification)
0.4.4
Changelog * Include tests in sdist archives 71 * jsonschema 4.17 dependency limit 73 * add python 3.11 support 74