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
It is possible for a default value to be something like an empty dict which is not allowed by a dataclass. If possible, we should prevent that and instead use defaultfactory when creating fields like that.