You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #189 introduced a regression where inheritance between dataclasses w/ explicit ClassVar[Type[Schema]]'s in parents is broken. The WAR from the PR was to drop it off of parents, but it'd be nice to see it fixed for those of us that love type-checking and hinting.
PR #189 introduced a regression where inheritance between dataclasses w/ explicit
ClassVar[Type[Schema]]
's in parents is broken. The WAR from the PR was to drop it off of parents, but it'd be nice to see it fixed for those of us that love type-checking and hinting.From that PR's comment chain:
The text was updated successfully, but these errors were encountered: