Skip to content

v1.0.2

Latest

Choose a tag to compare

@MichaelPHolstein MichaelPHolstein released this 09 Dec 20:58
19f4c16

V1.0.2

  • Enum fields in OpenAPI specs are now generated as Python Literal[...] types.
  • Primitive schemas (e.g. string, integer, boolean) are now supported by the schema builder in addition to object schemas.
  • The response builder now correctly handles array responses, generating List[...] types and mapping response items into model instances when applicable.