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
Pydantic v2 comes with several performance and safety benefits due to being compiled in Rust with python bindings.
I'd love to see the models: HashModel, JsonModel, EmbeddedJsonModel all use the new and improved pydantic.
There maybe a small migration workflow, which the pydantic team is building a tool for.
The text was updated successfully, but these errors were encountered:
take a look at https://docs.pydantic.dev/latest/migration/ also take a look at this tool that will automatically upgrade some of the changes for you: https://github.com/pydantic/bump-pydantic
Sorry, something went wrong.
So far, commit #533 does not successfully support Pydantic v2. Keeping this open.
Also waiting for this to be supported.
Successfully merging a pull request may close this issue.
Pydantic v2 comes with several performance and safety benefits due to being compiled in Rust with python bindings.
I'd love to see the models: HashModel, JsonModel, EmbeddedJsonModel all use the new and improved pydantic.
There maybe a small migration workflow, which the pydantic team is building a tool for.
The text was updated successfully, but these errors were encountered: