Deny use of pikepdf 9.8.0 due to GlyphlessFont error

This commit is contained in:
James R. Barlow
2025-05-27 12:16:19 -07:00
parent ee3da07710
commit fe384221c0
3 changed files with 1172 additions and 1172 deletions
+4
View File
@@ -25,6 +25,10 @@ about a forthcoming release that has not been tagged yet. A release is only
official when it's tagged and posted to PyPI.
:::
## v16.10.2
- Blacklist pikepdf 9.8.0 due to an incompatible change.
## v16.10.1
- No changes affecting OCRmyPDF functionality for command line end users.
+3 -8
View File
@@ -16,8 +16,8 @@ dependencies = [
"img2pdf>=0.5",
"packaging>=20",
"pdfminer.six>=20220319",
"pi-heif", # Heif image format - maintainers: if this is removed, it will NOT break
"pikepdf>=8.10.1",
"pi-heif", # Heif image format - maintainers: if this is removed, it will NOT break
"pikepdf>=8.10.1, != 9.8.0",
"Pillow>=10.0.1",
"pluggy>=1",
"rich>=13",
@@ -48,12 +48,7 @@ Tracker = "https://github.com/ocrmypdf/OCRmyPDF/issues"
Changelog = "https://github.com/ocrmypdf/OCRmyPDF/docs/release_notes.rst"
[project.optional-dependencies]
docs = [
"myst-parser>=4.0.1",
"sphinx",
"sphinx-issues",
"sphinx-rtd-theme",
]
docs = ["myst-parser>=4.0.1", "sphinx", "sphinx-issues", "sphinx-rtd-theme"]
extended_test = ["PyMuPDF>=1.19.1"]
test = [
"coverage[toml]>=6.2",
Generated
+1165 -1164
View File
File diff suppressed because it is too large Load Diff