Fix regression in handling of nested dataclasses in get_flat_models_from_field (#3819)

* add test for nested python dataclass schema generation

* fix handling of dataclasses in `get_flat_models_from_field`

* add change note
This commit is contained in:
Luis R
2022-05-11 20:02:37 +02:00
committed by GitHub
parent 74403c2f15
commit faee3301eb
3 changed files with 36 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Fix nested Python dataclass schema regression in version 1.9