-
Notifications
You must be signed in to change notification settings - Fork 8
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
Use Pydantic v1 from v2 backdoor #281
base: main
Are you sure you want to change the base?
Conversation
Are there normally tracebacks in failing tests? I'm just seeing failures and a crash. |
Not sure why the v2 tests are timing out - tracking test durations to see if something is slow, and also failing fast on the first failure are my next ideas I should note that |
Okay I'm just noting this now and not looking into it further, but this should be a good starting point when it's picked up. |
@dotsdl and @ianmkenney - It looks like the simple "can we get away with doing nothing" tests here are indicating that there may be some deeper changes needed for the pydantic 2 release. Interchange will become pydantic 2-only in version 0.4 (ETA ~late September). You can downpin for a bit but our support window for bugfixes in the pydantic 1-compatible Interchange versions will be just a few months. So we're happy to advise here but it looks like some code changes in Alchemiscale might be needed for the pydantic 2 transition. |
Shim until #192 is diagnosed