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
Python 3.8 shipped with Ubuntu 20.04 does not support using concrete
types subscript in type hints, e.g. `list[Version]` caused `TypeError:
'type' object is not subscriptable`. This patch fixes#1625 by using the
type hint classes provided by the typing module instead of concrete
types.
0 commit comments