mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
eb1e640525
* StrictBool StrictBool only allows booleans to be parsed. Any other value, no matter its truthiness, is rejected. * Fix type of `validate` Co-Authored-By: Samuel Colvin <samcolvin@gmail.com> * " => ' * Update the exotic docs with StrictBool * Fix error message * Improve docs * tweak docs.