Luca Repetti

Results 2 issues of Luca Repetti

This PR adds support for `Iterator` in the `jsonable_encoder`. Currently, FastAPI allows for `response_model` such as `Iterable[BaseModel]` . In those cases: 1. The Pydantic Model is used to retrieve the...

Currently, routes' parameters are listed in the OpenAPI docs without a specific order, other than their type: - path - query - headers - cookie In particular, to build the...