Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

v0.6.0

Compare
Choose a tag to compare
@Bogdanp Bogdanp released this 06 Oct 17:49
· 80 commits to master since this release
ee7c294

Added

  • Support for typing.Union in schemas.
  • Support for forward_refs.

Fixed

  • Any can now be used to annotate schema fields that contain values of any type.
  • APIKeySecurityScheme now takes a param_name that correctly identifies the header/query param/cookie name. (#17)