Skip to content

0.62.3

Choose a tag to compare

@dantownsend dantownsend released this 10 Jan 13:41
· 539 commits to master since this release

Fixed the error message in LazyTableReference.

Fixed a bug with create_pydantic_model with nested models. For example:

create_pydantic_model(Band, nested=(Band.manager,))

Sometimes Pydantic couldn't uniquely identify the nested models. Thanks to @wmshort and @sinisaos for their help with this.