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
with F40 there's been migration to pydantic v2. There are some breaking changes - I didn't check if we need to do something about them.
We have two options:
from pydatic.v1 import ...
The text was updated successfully, but these errors were encountered:
Is this related to linting-only, or is it an API-related issue?
Sorry, something went wrong.
Hello, there will be some adjustment to do.
For instance the root_validator function is depreciated. I may be able to help you on that if you want to.
thanks for identifying what is deprecated - I'll take care of the rest with migrating our instance to fedora-40, thanks!
nikromen
Successfully merging a pull request may close this issue.
with F40 there's been migration to pydantic v2. There are some breaking changes - I didn't check if we need to do something about them.
We have two options:
from pydatic.v1 import ...
The text was updated successfully, but these errors were encountered: