Skip to content

PyMuPDF-1.23.1 released

Compare
Choose a tag to compare
@julian-smith-artifex-com julian-smith-artifex-com released this 24 Aug 16:29
· 893 commits to main since this release

PyMuPDF-1.23.1 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

Changes in version 1.23.1 (2023-08-24)

  • Updated README and package summary description.

  • Fixed a problem on some Linux installations with Python-3.10
    (and possibly earlier versions) where import fitz failed with
    ImportError: libcrypt.so.2: cannot open shared object file: No such file or directory.

  • Fixed incompatible architecture error on MacOS arm64.

  • Fixed installation warning from Poetry about missing entry in wheels'
    RECORD files.