Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps pymupdf from 1.21.1 to 1.26.0.

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.26.0 released

PyMuPDF-1.26.0 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

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.26.0 (2025-05-22)

  • Use MuPDF-1.26.1.

  • Fixed issues:

  • Other:

    • Partial fixed for #4457.
    • Support image stamp annotations.
    • Support recoloring pages.
    • Added example of using Django's file storage API to open files with pymupdf.
    • Clarified FreeText annotation color options. We now raise an exception if an attempt is made to set attributes that can not be supported.
    • Fixed potential segv in Pixmap.is_unicolor().
    • Added runtime assert that that PyMuPDF and MuPDF were built with compatible NDEBUG settings (related to 4390 <https://github.com/pymupdf/PyMuPDF/issues/4390>_).
    • Simplified handling of filename/filetype when opening documents.

PyMuPDF-1.25.5 released

PyMuPDF-1.25.5 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

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.26.0 (2025-05-22)

  • Use MuPDF-1.26.1.

  • Fixed issues:

    • Fixed 4324 <https://github.com/pymupdf/PyMuPDF/issues/4324>_: cluster_drawings() fails to cluster horizontal and vertical thin lines
    • Fixed 4363 <https://github.com/pymupdf/PyMuPDF/issues/4363>_: Trouble with searching
    • Fixed 4404 <https://github.com/pymupdf/PyMuPDF/issues/4404>_: IndexError in page.get_links()
    • Fixed 4412 <https://github.com/pymupdf/PyMuPDF/issues/4412>_: Regression? Spurious error? in insert_pdf in v1.25.4
    • Fixed 4423 <https://github.com/pymupdf/PyMuPDF/issues/4423>_: pymupdf.mupdf.FzErrorFormat: code=7: cannot find object in xref error encountered after version 1.25.3
    • Fixed 4435 <https://github.com/pymupdf/PyMuPDF/issues/4435>_: get_pixmap method stuck on one page
    • Fixed 4439 <https://github.com/pymupdf/PyMuPDF/issues/4439>_: New Xml class from data does not work - bug in code
    • Fixed 4445 <https://github.com/pymupdf/PyMuPDF/issues/4445>_: Broken XREF table incorrectly repaired
    • Fixed 4447 <https://github.com/pymupdf/PyMuPDF/issues/4447>_: Stroke color of annotations cannot be correctly set
    • Fixed 4479 <https://github.com/pymupdf/PyMuPDF/issues/4479>_: set_layer_ui_config() toggles all layers rather than just one
    • Fixed 4505 <https://github.com/pymupdf/PyMuPDF/issues/4505>_: Follow Widget flag values up its parent structure
  • Other:

    • Partial fixed for 4457 <https://github.com/pymupdf/PyMuPDF/issues/4457>_: Wrong characters displayed after font subsetting (w/ native method)
    • Support image stamp annotations.
    • Support recoloring pages.
    • Added example of using Django's file storage API to open files with pymupdf.
    • Clarified FreeText annotation color options. We now raise an exception if an attempt is made to set attributes that can not be supported.
    • Fixed potential segv in Pixmap.is_unicolor().
    • Added runtime assert that that PyMuPDF and MuPDF were built with compatible NDEBUG settings (related to 4390 <https://github.com/pymupdf/PyMuPDF/issues/4390>_).
    • Simplified handling of filename/filetype when opening documents.

Changes in version 1.25.5 (2025-03-31)

  • Fixed issues:

    • Fixed 4372 <https://github.com/pymupdf/PyMuPDF/issues/4372>_: Text insertion fails due to missing /Resources object
    • Fixed 4400 <https://github.com/pymupdf/PyMuPDF/issues/4400>_: Infinite loop in fill_textbox
    • Fixed 4403 <https://github.com/pymupdf/PyMuPDF/issues/4403>_: Unable to get_text() - layer/clip nesting too deep
    • Fixed 4415 <https://github.com/pymupdf/PyMuPDF/issues/4415>_: PDF page is mirrored, origin is at bottom-left
  • Other:

    • Use MuPDF-1.25.6.
    • Fixed MuPDF SEGV on MacOS with particular fonts.
    • Fixed Annot.get_textpage()'s clip arg.

... (truncated)

Commits
  • 96d2ebe Set release date.
  • 29a327a changes.txt: updated.
  • 4a706c7 tests/: added test_4479().
  • 6d3d30d .github/workflows/build_wheels.yml: default flavours=false.
  • f674687 scripts/gh_release.py: fix run of cibuildwheel with separate pymupdfb wheel.
  • e6a0877 tests/: added test_4445()
  • 26ad9d5 tests/: added test_4423().
  • 4884190 tests/: added test_4435().
  • 2c0b56a tests/: added test_4457(), detect differences before/after Document.subset_fo...
  • 2115c87 Update version numbers.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.21.1 to 1.26.0.
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.21.1...1.26.0)

---
updated-dependencies:
- dependency-name: pymupdf
  dependency-version: 1.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2025

Superseded by #737.

@dependabot dependabot bot closed this Jul 1, 2025
@dependabot dependabot bot deleted the dependabot/pip/pymupdf-1.26.0 branch July 1, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants