Skip to content

v2.12.3

Compare
Choose a tag to compare
@Pierre-Sassoulas 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 modules

    Closes #1717

  • Fix false positive with inference of type-annotated Enum classes.

    Refs pylint-dev/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 iterating HTTPStatus.

    Refs pylint-dev/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 pylint-dev/pylint#5767