mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
b92e74d0a6
* ByteSize object * Human readable format * Lint, tests, and docs * Update pydantic/errors.py Co-Authored-By: Samuel Colvin <samcolvin@gmail.com> * Update pydantic/types.py Co-Authored-By: Samuel Colvin <samcolvin@gmail.com> * Update pydantic/types.py Co-Authored-By: Samuel Colvin <samcolvin@gmail.com> * Allows human readable decimal descriptor * Review comments * Less verbose testing * ByteSize docs * Reworks valid units * Missing type * tweak tests