What's Changed
* Preserve kwargs for json.dumps() by fdemmer in https://github.com/surenkov/django-pydantic-field/pull/30
* Support nested generic containers in schemas by geigerzaehler in https://github.com/surenkov/django-pydantic-field/pull/32
* Fix equality check in GenericContainer by geigerzaehler in https://github.com/surenkov/django-pydantic-field/pull/33
New Contributors
* fdemmer made their first contribution in https://github.com/surenkov/django-pydantic-field/pull/30
* geigerzaehler made their first contribution in https://github.com/surenkov/django-pydantic-field/pull/32
**Full Changelog**: https://github.com/surenkov/django-pydantic-field/compare/v0.2.10...v0.2.11