mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
a587ecee88
* Fix a bug where BaseModel.construct would not appropriately respect field aliases * Perhaps do not raise on construct and just apply the fix * Fix quotes and remove check on allow_population_by_field_name * Fix lint * Fix lint, remove bad arg * Black formatted * Mmmm black formatter and single quotes linting, what a world * Added change file * PR feedback Co-authored-by: Kyle Amos <kamos@seatgeek.com>