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
Use explicit Union[..., None] instead of | None or Optional[].
The | operator for union types is only supported in Python 3.10+.
Union syntax works across all Python versions.
0 commit comments