mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
4a8faca42e
* feat: add SecretStr and SecretBytes. * chore: update HISTORY.rst * fix: file permissions were incorrect. * feat: lint, format, fix comments. * feat: changed inner type of SecretBytes in the schema to string as there is no bytes type in json. * feat: remove format from secret str and secret bytes. * feat: fix schema mapping.