Files
pydantic/changes/1912-JSextonn.md
T
Justin Sexton 688107ec8e Fixed KeyError when creating schema from models with same names declared within different classes (#2170)
* Fixed issue causing KeyError to be raised when building schema from multiple `BaseModel` with the same names declared in separate classes (#1912)

* Update test

* Removed redundant f-string

* Fixed formatting

* Fixed lint
2021-02-11 17:39:59 +00:00

138 B

Fixed issue causing KeyError to be raised when building schema from multiple BaseModel with the same names declared in separate classes.