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
* Union types support by surenkov in https://github.com/surenkov/django-pydantic-field/pull/8
**Full Changelog**: https://github.com/surenkov/django-pydantic-field/compare/v0.1.11...v0.1.12