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

Update to pydantic v2 #669

Closed
danielballan opened this issue Feb 26, 2024 · 1 comment · Fixed by #695
Closed

Update to pydantic v2 #669

danielballan opened this issue Feb 26, 2024 · 1 comment · Fixed by #695
Assignees
Labels
good first issue Good for newcomers

Comments

@danielballan
Copy link
Member

Pydantic provides an automated migration tool that should do the bulk of the work in an automated way, such that we can:

  1. Run the tool.
  2. Run our test suite.
  3. Fix whatever broke.

https://docs.pydantic.dev/latest/migration/

This is worth doing soon, as event-model recently updated to pydantic 2.0.

@danielballan danielballan added the good first issue Good for newcomers label Feb 26, 2024
@danielballan
Copy link
Member Author

There is a duplicate issue that I created when we first pinned pydantic back to <2: #491

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants