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
list[] requires Python 3.9, the pipe operator for Optionals requires Python 3.10. The lower bound of TAT-C is currently Python 3.8, so this change cannot be made at the moment.
Python Documentation - Deprecated Aliases
typing.List[]
to be replaced withlist[]
,typing.Optional[]
to be replaced withx | None
The text was updated successfully, but these errors were encountered: