-
Notifications
You must be signed in to change notification settings - Fork 93
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
BUG: fix validation error related to provider
#2054
#2056
Conversation
assert "provider" in str(result.exception) | ||
|
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.
I removed this test here because it's not asserting the expected behavior, also the exception was raised before any upgrade steps, so it's not related to upgrade
.
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.
Thanks for taking a closer look at this! I know you also have the PR open to upgrade to Pydantic v2 so hopefully these changes are too painful.
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.
Thanks @fangchenli!
Thanks again @fangchenli, feel free to merge when you're ready. |
Reference Issues or PRs
close #2054
What does this implement/fix?
Put a
x
in the boxes that applyTesting
Any other comments?