-
Notifications
You must be signed in to change notification settings - Fork 9
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
Always use Pydantic v1 API, test using v1 and v2 #358
base: main
Are you sure you want to change the base?
Conversation
try with interchange-rc label packages unpin other openff deps actually order channels correctly remove interchange-rc channel Revert toolkit change Just use Pydantic v1 API, test both versions
ab93889
to
45c788c
Compare
for more information, see https://pre-commit.ci
The failures here are genuine, but could be due to hard-coded parts of the tests. I can't tell at the moment, but note that the traceback includes only files from upstreams. |
seems like this could related to fastapi/fastapi#10360? |
Could be - I haven't used the V1 API backdoor in a project that also uses fastAPI and it wouldn't surprise me if that's not possible. I don't see any reason why this couldn't use V2, but it'd be some work |
No description provided.