mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
96e3e74262
fix #378 * Tracking for setting attributes * Fixes accidental leak of fields * Allows defaults fields to be recursively set * Docs and history for skip_defaults * Mypy fix on calculate keys * Update pydantic/main.py Co-Authored-By: dgasmith <dgasmith@icloud.com> * Update pydantic/main.py Co-Authored-By: dgasmith <dgasmith@icloud.com> * Update HISTORY.rst Co-Authored-By: dgasmith <dgasmith@icloud.com> * Cleanup pass based off review * Simplifies constructors based on feedback * Makes mypy happy with exlicit KeysView * SetOrKeys and faster key search * Formats files once more * add tests for dict, pickle and construct * fixes for dict, pickle and construct * correct field_set for extra.ignore * Fixes format