💰 Sponsors 💰
GitHub Sponsors: @benjamin-kirkbride @crisog
OpenCollective: Christian Y, Anonymous
What's Changed
New Features 🚀
- Check if fields declared on the factory belong to the model by @johnraz in #405
- Support annotation with
Constraints
by @guacs in #411 - Deprecate
FieldMeta
collection params by @adhtruong in #417
Fixes 🔧
- Handle
Required
andNonRequired
annotations inTypedDict
by @guacs in #422 - Respect override of optional nested model fields through
kwargs
passed to thebuild
method by @julioolvr in #420
Infra 🚆
- Update installation of dependencies for document generation by @adhtruong in #414
Documentation 📚
- Reorder documentation and add documentation on factories as fields by @adhtruong in #418
New Contributors
- @johnraz made their first contribution in #405
- @julioolvr made their first contribution in #420
Full Changelog: v2.10.0...v2.11.0