Mark Daoust
Mark Daoust
Hi, thanks for reporting this. I just looked into it and this is fixed in the latest release (0.4). Both methods work now.
Thanks for the PR. That fixes the notebook, but we can't merge this until you sign the CLA.
Thanks, I'll take a look.
Interesting. 1. it looks like v1 isn't just a google thing. It's in the OSS installation too: ``` import pydantic pydantic.version.VERSION # 2.7.3 pydantic.v1.version.VERSION # 1.10.15 ``` So even if...
Added a test workflow to test with pydantic-1. If we want this to successfully close that bug, we need to get those tests working, or expolicitly choose some acceptable subset...
1. It looks like pydantic1 handles the nested TypedDicts differently from pydantic2 2. It looks like nullable is handled differently
b/342443131
Sorry about the delay. Fixing this internally. cl/691199002
Fixing internally.
cl/691199002