- Fix implementation for
skip_defaults
when returning a Pydantic model. PR #422 by @dmontagu. - Fix OpenAPI generation when using the same dependency in multiple places for the same path operation. PR #417 by @dmontagu.
- Allow having empty paths in path operations used with
include_router
and aprefix
. - Fix mypy error after merging PR #415. PR #462.