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

Bump pydantic to get bugfix! #75

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Conversation

blast-hardcheese
Copy link
Contributor

Why

See #65 for context, or pydantic/pydantic-core#1332 directly.

The issue we were seeing was specifically around union decoders failing to decode properties of the selected variant, so even though we'd get the right model it wouldn't be filled out.

What changed

Bump pydantic to the latest released beta

Test plan

Run codegen, observe that the generated code matches the previously generated code to a reasonable degree.

See #65 for context, or pydantic/pydantic-core#1332 directly.

The issue we were seeing was specifically around union decoders failing to decode
properties of the selected variant, so even though we'd get the right model it
wouldn't be filled out.
@blast-hardcheese blast-hardcheese requested a review from a team as a code owner August 26, 2024 20:12
@blast-hardcheese blast-hardcheese requested review from masad-frost and removed request for a team August 26, 2024 20:12
@blast-hardcheese blast-hardcheese enabled auto-merge (squash) August 26, 2024 20:13
@blast-hardcheese blast-hardcheese enabled auto-merge (squash) August 26, 2024 20:15
@blast-hardcheese blast-hardcheese merged commit 513bba7 into main Aug 26, 2024
3 checks passed
@blast-hardcheese blast-hardcheese deleted the dstewart/chore/bump-pydantic branch August 26, 2024 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants