-
Notifications
You must be signed in to change notification settings - Fork 52
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
[MAINT] Update pydantic to >=2.0 #985
[MAINT] Update pydantic to >=2.0 #985
Conversation
✅ Deploy Preview for conda-store canceled.
|
4a99125
to
b2a26c1
Compare
I'm not sure if the upgrade to |
conda-lock needs to output using the "output_for_dict" function. So, the LockfileSpecification should provide this as the default way to dump the model.
Ensure lockfile is preserved when dumping model
Bump conda recipe pydantic dep
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎆
Fixes #984.
Description
This pull request:
pydantic >=2.0
.schema.py
, and some special handling forLockfileSpecification.model_dump
to ensureconda-lock
Lockfile
compatibility.Pull request checklist