This commit is contained in:
Correl Roush 2023-12-15 11:21:08 -05:00
parent 58d28ee1c7
commit 31f1c1c861
1 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,7 @@
A Python library for validating requests and responses against OpenAPI 3
specifications.
* Bugs
- [[https://github.com/python-openapi/openapi-core/issues/277][#277 "nullable: True" ignored if used together with allOf or oneOf]]
- [[https://github.com/python-openapi/openapi-spec-validator/issues/113][#113 Failed validating 'oneOf' in schema]]