mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
6b1a0bff54
* don't pop the value off __dict__ * adding change description * still pop the field, but catch any exc, set the field to og value, and reraise exc * adding tests * fixing test * improve tests/test_validators.py tests Co-authored-by: John Sabath <john.sabath@equipmentshare.com> Co-authored-by: Samuel Colvin <samcolvin@gmail.com>