Skip to content
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

test: Fix for Pydantic private fields (2nd attempt) #3733

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

provinzkraut
Copy link
Member

Follow up #3731, at it seems to still be breaking in some cases.

These test cases were initially added to ensure we never touch the fields, but Pydantic changed some internals which make it so they touch them, causing our invalid annotation to result in an exception. This means we can't use this as a check anymore, but also don't need to.

Copy link

@provinzkraut provinzkraut enabled auto-merge (squash) September 14, 2024 08:55
@provinzkraut provinzkraut merged commit 053ef14 into main Sep 14, 2024
26 checks passed
@provinzkraut provinzkraut deleted the fix-pydantic-private-fields-some-more branch September 14, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants