v2.12.3
Pierre-Sassoulas
released this
23 Aug 11:17
·
983 commits
to main
since this release
-
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.
-
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
. -
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.