mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
dcc00beaf0
* Helpful TypeError when user forgets to return `values` in root validator. * add changelog * Handle more generic TypeError * change exception message * Update 2209-masalim2.md * remove unused comment, improve change description Co-authored-by: Samuel Colvin <s@muelcolvin.com>
97 B
97 B
Raise a user-friendly TypeError when a root_validator does not return a dict (e.g. None)