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
The Python SDK supports Python 3.6, so we need to make the package work with it if we wanna use it there.
A solution is to define the TypedDict only if the Python version is >= 3.8, the SDK won't use it anyways.