This attribute is a tuple (possibly of length 1) of generic types passed to the original __class_getitem__() of the generic class:
genericalias.__args__
>>> dict[str, list[int]].__args__ (<class 'str'>, list[int])