-
Fixed crash in
ExplicitNamespacePackageFinder
involving_SixMetaPathImporter
.Closes #1708
-
Fix unhandled
FutureWarning
from pandas import in cython modulesCloses #1717
-
Fix false positive with inference of type-annotated Enum classes.
Refs PyCQA/pylint#7265
-
Fix crash with inference of type-annotated Enum classes where the member has no value.
-
Fix a crash inferring invalid old-style string formatting with
%
.Closes #1737
-
Fix false positive with inference of
http
module when iteratingHTTPStatus
.Refs PyCQA/pylint#7307
-
Bumped minimum requirement of
wrapt
to 1.14 on Python 3.11. -
Don't add dataclass fields annotated with
KW_ONLY
to the list of fields.Refs PyCQA/pylint#5767