Commit e94c105
authored
chore/Pull in unreleased pydantic Union bugfix (#65)
Why
===
An upstream bugfix in
pydantic/pydantic-core#1332 isn't able to be
installed due to tight version pinning in
[`[email protected]/pyproject.toml#L53`](https://github.com/pydantic/pydantic/blob/v2.8.2/pyproject.toml#L53).
For the time being, just switch to the latest release in the pydantic
repo as of the time of writing, which appears to resolve the generation
issue I'm seeing when running the codegen.

What changed
============
- Set pydantic version to track git @
pydantic/pydantic@f5d6acf
Test plan
=========
Manually running the codegen against production schemas appears to
generate sensible results1 parent b4f084d commit e94c105
2 files changed
+407
-366
lines changed
0 commit comments