You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow config and bases to be specified together in create_model() by @Viicos in #11714.
This change was backported as it was previously possible (although not meant to be supported)
to provide model_config as a field, which would make it possible to provide both configuration
and bases.
Fixes
Remove generics cache workaround by @Viicos in #11755
Remove coercion of decimal constraints by @Viicos in #11772
Fix crash when expanding root type in the mypy plugin by @Viicos in #11735
Fix issue with recursive generic models by @Viicos in #11775
Traverse function-before schemas during schema gathering by @Viicos in #11801