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
Fields annotated as dataclass without a value auto-expends but primitive fields are turning into MISSING.
In the example below, User and age are treated differently.
I would expect both to be MISSING ('???').
Fixing it is a breaking change, need to evaluate it carefully.
Fields annotated as dataclass without a value auto-expends but primitive fields are turning into MISSING.
In the example below, User and age are treated differently.
I would expect both to be MISSING ('???').
Fixing it is a breaking change, need to evaluate it carefully.
The text was updated successfully, but these errors were encountered: