Skip to content
New issue

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 release #132

Closed
nikromen opened this issue May 28, 2024 · 3 comments · Fixed by #145
Closed

pydantic v2 release #132

nikromen opened this issue May 28, 2024 · 3 comments · Fixed by #145
Assignees
Labels
easyfix good first issue Good for newcomers

Comments

@nikromen
Copy link
Member

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:

  • check what needs to be changed and change it to v2
  • or we can still use v1 by using from pydatic.v1 import ...
@github-project-automation github-project-automation bot moved this to Needs triage in CPT Kanban May 28, 2024
@nikromen nikromen added easyfix good first issue Good for newcomers labels May 28, 2024
@praiskup praiskup moved this from Needs triage to In 2 years in CPT Kanban May 29, 2024
@praiskup
Copy link
Member

Is this related to linting-only, or is it an API-related issue?

@praiskup praiskup moved this from In 2 years to Needs triage in CPT Kanban May 29, 2024
@Bvr4
Copy link

Bvr4 commented Jun 4, 2024

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.

@praiskup praiskup moved this from Needs triage to In 3 months in CPT Kanban Jun 12, 2024
@nikromen nikromen self-assigned this Jul 29, 2024
@nikromen
Copy link
Member Author

thanks for identifying what is deprecated - I'll take care of the rest with migrating our instance to fedora-40, thanks!

@nikromen nikromen moved this from In 3 months to In Progress in CPT Kanban Jul 29, 2024
@nikromen nikromen moved this from In Progress to Done in CPT Kanban Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easyfix good first issue Good for newcomers
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants