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.