-
Notifications
You must be signed in to change notification settings - Fork 51
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
upgrade to pydantic 2.0 #187
Comments
Since there are frequent version conflicts with pydantic (since downstream libs often use v2). Ideally we should remove the dependency, and replace the pydantic models with dataclasses. The main objects using where pydantic methods (parse_obj, parse_raw, parse_) are used are
|
timkpaine
added a commit
to timkpaine/earth2mip
that referenced
this issue
Nov 12, 2024
timkpaine
added a commit
to timkpaine/earth2mip
that referenced
this issue
Nov 12, 2024
timkpaine
added a commit
to timkpaine/earth2mip
that referenced
this issue
Nov 12, 2024
Signed-off-by: Tim Paine <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been getting some version conflicts with this.
The text was updated successfully, but these errors were encountered: