Comparing 8.22.0...8.22.1 · ipython/ipython
Commits on Feb 22, 2024
-
In previous versions, traitlets.List does not inherit from typing.Generic which means it does not implement __class_getitem__ which means List[ast.NodeTransformer] raises at runtime.