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

TST: Suppress Pydantic serializer warning #823

Closed
wants to merge 1 commit into from

Conversation

mferrera
Copy link
Collaborator

@mferrera mferrera commented Sep 27, 2024

Resolves #790

This test issues serialization warnings because we are serializing InternalUnsetData through AnyData which does not expect to do so. It is a valid warning, but will persist until creating content="unset" metadata is fully removed.

This test issues serialization warnings because we are serializing
`InternalUnsetData` through `AnyData` which does not expect to do
so. It is a valid warning, but will persist until creating
`content="unset"` metadata is fully removed.
@mferrera mferrera marked this pull request as ready for review September 27, 2024 09:45
@mferrera mferrera self-assigned this Sep 27, 2024
@mferrera mferrera requested a review from tnatt September 27, 2024 09:47
@mferrera
Copy link
Collaborator Author

#824 has an actual solution 😎

@mferrera mferrera closed this Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate/resolve Pydantic 2.9.2 serialization warning
1 participant