openapi-schema-pydantic
openapi-schema-pydantic copied to clipboard
OpenAPI (v3) specification schema as pydantic class
This enables setting the extras option on a global scale. This enables the usecase of #14 while still being in the spirit of #9.
These changes make the project and tests run cleanly under latest `mypy --strict`. They make the library usable from a project which itself uses `mypy --strict`. See the commits for...
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.0 to 1.10.13. Release notes Sourced from pydantic's releases. V1.10.13 2023-09-27 What's Changed Update pip commands to install 1.10 by @chbndrhnns in pydantic/pydantic#6930 Make the v1 mypy...