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
Supporting both options could definitely be something we implement in the future. We previously experimented with this option but decided to try just using dictionaries initially.
IMO, the tricky part with supporting classes is just ensuring the type definition is correct (so that pylance/mypy work as expected) and that code assist tools don't get confused by the union.
Currently this is invalid
you need to do
we should allow passing these types into functions that accept them, without converting to a dict
The text was updated successfully, but these errors were encountered: