We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If there is pydantic.types.Base64Str(), I think it would be reasonable to also have Sha256Str. What do you think?
.model_dump()
.model_dump_json()
model_construct()
The text was updated successfully, but these errors were encountered:
This could belong in pydantic-extra-types! Moving this there now!
pydantic-extra-types
Sorry, something went wrong.
No branches or pull requests
Initial Checks
Description
If there is pydantic.types.Base64Str(), I think it would be reasonable to also have Sha256Str. What do you think?
Affected Components
.model_dump()
and.model_dump_json()
model_construct()
, pickling, private attributes, ORM modeThe text was updated successfully, but these errors were encountered: