You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pydantic v2 was released on July 1. Ecgtools uses pydantic, but does not work with pydantic v2. Simply importing ecgtools with pydantic=v2.0 results in an error.
Actually, I don't think there are any pydantic-related changes need in ecgtools. The issue comes because updates are needed in Intake-ESM, which ecgtools uses. I've opened an issue with Intake-ESM (see intake/intake-esm#617). Once that is resolved, I'll remove the pydantic version pins I added in #162 and close this issue.
What happened?
Pydantic v2 was released on July 1. Ecgtools uses pydantic, but does not work with pydantic v2. Simply importing ecgtools with pydantic=v2.0 results in an error.
What did you expect to happen?
Able to use ecgtools with pydantic v2
Minimal Complete Verifiable Example
Relevant log output
Anything else we need to know?
This should be a pretty straightforward update. I'm happy to submit a PR if wanted.
The text was updated successfully, but these errors were encountered: