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
There are a lot of fields in the dataclasses of this SDK which are actually optional and in fact default to None but the type hints don't match. This causes issues with type checkers. Can these fields be marked as Optional?