This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
v0.6.0
Added
- Support for
typing.Union
in schemas. - Support for
forward_ref
s.
Fixed
Any
can now be used to annotate schema fields that contain values of any type.APIKeySecurityScheme
now takes aparam_name
that correctly identifies the header/query param/cookie name. (#17)