Skip to content

v0.1.12: Union types support

Pre-release
Pre-release
Compare
Choose a tag to compare
@surenkov surenkov released this 16 Sep 14:54
· 170 commits to master since this 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