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
As soon as Python 3.11 is no longer supported, find projects that use TypeAlias and migrate them to new syntax type T = ... instead of T: TypeAlias = .... https://peps.python.org/pep-0695/