Changelog for
python3-openapi-schema-validator-0.3.3-lp154.qubes.1.30.noarch.rpm :
* Mon Sep 05 2022 John Vandenberg
- Update to v0.3.3
* Static types and Mypy static type check- from v0.3.2
* type validator error msg formatting fix- from v0.3.1
* OpenAPI 3.1 validator\'s JSONSchema subclassing deprecation fix
* OpenAPI 3.0 validator\'s JSONSchema subclassing deprecation workaround- from v0.3.0
* OpenAPI 3.1 validator #18
* drop python 3.6 support #18
* make jsonschema4 compatible (DeprecationWarning fix) reintroduced
* 0.2.1 changes + Revert \"make jsonschema4 compatible (DeprecationWarning fix)\" + drop python 3.6 support part 2 + Limit jsonschema dependency
* Validate oneOf, anyOf and allOf with discriminator OAS30 and OAS31
* Mon Mar 28 2022 pgajdosAATTsuse.com- version update to 0.2.3
* readOnly and writeOnly on jsonschema4 fix #41
* Validate oneOf, anyOf and allOf with discriminator (cherry-pick from 0.3.x) #30
* Revert \"make jsonschema4 compatible (DeprecationWarning fix)\" #34
* Drop python 3.6 support (cherry-pick from 0.3.x and part 2) #35
* Limit jsonschema dependency #36
* switch to poetry #27
* drop python 2.7 and 3.5 support #27 #28
* make jsonschema4 compatible (DeprecationWarning fix) #25
* Fix required in composition #16
* Prevent Schema Mutation #26
* Stop assigning a version to our Validator (#12)
* Switch to a MIT-licensed dependency (#4)
* Pypi license fix (#10)
* jsonschema dependency fix
* Permit uppercase characters in UUID (#8)- python-mock is not required for build
* Tue Mar 31 2020 pgajdosAATTsuse.com- initial version 0.1.1, required by openapi-core