openapi-core 0.11 is the last major version with schema validation based on internal validators (object validators). Next major versions is scheduled to be based on jsonschema validators (OAS Validator).
Changelog
- End of Python 3.4 support (136)
- Add support for one-of with any type (133)
- Modify FlaskOpenAPIRequest to accommodate path variables (141)
- Primitive types unmarshallers (138)
- attr errors hashable fix (143)
- Parameters on path item object support (144)