Skip to content

Commit

Permalink
Bump pydantic to get bugfix! (#75)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
blast-hardcheese authored Aug 26, 2024
1 parent 7062bf6 commit 513bba7
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 178 deletions.
Loading

0 comments on commit 513bba7

Please sign in to comment.