v1.4.0
What's Changed
- feat: support pydantic v1 & v2 through Protocol by @kemingy in #387
- set
annotations = True
by default - upgrade swagger to v5 to support openapi v3.1.0
- use
typing.Protocol
to support both pydantic v1 & v2
- set
Full Changelog: v1.3.0...v1.4.0