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
Since pyproject.toml advertises >=3.12 for python version, we can technically change all of the type hints to modern syntax (type | type for unions, type | None for optional, etc.) in v3.
Since pyproject.toml advertises >=3.12 for python version, we can technically change all of the type hints to modern syntax (
type | typefor unions,type | Nonefor optional, etc.) in v3.