mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
5bfee873c8
* Add ability to use min_length/max_length constraints with secret types * Add change file * Remove StrLike and BytestLike classes * Add ability to define constraints for a custom class * Fix issue with incorrect secrets schema generation * Add schema test for SecretStr and SecretBytes * Add test to cover valid secret length
Pending Changes
This directory contains files describing changes to pydantic since the last release.
If you're creating a pull request, please add a new file to this directory called
<pull request or issue id>-<github username>.md. It should be formatted as a single paragraph of markdown
The contents of this file will be used to update HISTORY.md before the next release.