v0.1.12: Union types support
Pre-release
Pre-release
Un additin to typed collections and pydantic types, the field now also supports typing.Union
, its special forms like typing.Optional
and (only for py 3.10+) X | Y
union annotations syntax.
What's Changed
Full Changelog: v0.1.11...v0.1.12