astroid-2.5.3
-
Takes into account the fact that subscript inferring for a ClassDef may involve class_getitem method
-
Reworks the
collections
andtyping
brain so that pylint`s acceptance tests are fine.Closes pylint-dev/pylint#4206
-
Use
inference_tip
fortyping.TypedDict
brain. -
Fix mro for classes that inherit from typing.Generic
-
Add inference tip for typing.Generic and typing.Annotated with
__class_getitem__
Closes pylint-dev/pylint#2822