0.19.3
Bug fixes
- Fix resolver for jsonschema validator created by SchemaValidatorsFactory #853
- Use
base_uri
from schema path for spec validation #859 - Openapi 3.0 unmarshalling None with nullable subschema fix #876
Deprecations
spec_base_uri
configuration is deprecated. Usebase_uri
parameter inOpenAPI.from_dict
andOpenAPI.from_file
if you want to define it. #859