mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
449661b8cc
* fix: serialize secrets to json, fix #462 * feat: adjust documentation for secretstr. * feat: undo unnecessary changes. keep tests. * fix: tests were broken, now they're fixed again. * feat: add display fn to SecretStr and SecretBytes, to be used for json output. * fix: minor typo. * fix: last few comments.