openapi-schema-pydantic
openapi-schema-pydantic copied to clipboard
Fix `mypy --strict` on latest mypy
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 individual classes of changes.