-
Notifications
You must be signed in to change notification settings - Fork 4
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 v1/v2 compatibility #232
Conversation
I heard from the MolSSI folks that there is no plan to add pydantic 2 compatibility to the legacy QC stack, but that the upcoming major releases of the QC stack will only support pydantic 2. Could you retarget this PR to QCSubmit's |
Revisiting this now with QCFractal 0.52 including v1/v2 dual-compatibility. |
The new QCPortal should work v1/v2, but the builds are pinned to v1 |
The fixture `fulltest_client` is not present in QCFractal https://github.com/MolSSI/QCFractal/blob/v0.52/qcarchivetesting/qcarchivetesting/testing_fixtures.py
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.
Awesome, thanks @mattwthompson. One blocking comment, and please update the releasenotes before merging!
Description
This PR adds runtime compatibility with Pydantic v2, though does not take advantage of any new features.
Todos
Notable points that this PR has either accomplished or will accomplish.
Status