We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1d351 commit b31c8d3Copy full SHA for b31c8d3
history.txt
@@ -1,3 +1,5 @@
1
+* For Python 3.8 PyMuPDF version changed from 1.24.6 to 1.24.11.
2
+
3
18.02.2026 ver.1.13.1
4
---------------------
5
pyproject.toml
@@ -20,7 +20,7 @@ classifiers = [
20
"Operating System :: OS Independent"
21
]
22
dependencies = [
23
- "PyMuPDF==1.24.6; python_version<'3.9'",
+ "PyMuPDF==1.24.11; python_version<'3.9'",
24
"PyMuPDF>=1.25.3; python_version>'3.8'",
25
"markdown-it-py==3.0.0; python_version>='3.8'",
26
"requests==2.32.3; python_version<'3.9'",
requirements38.txt
@@ -1,4 +1,4 @@
-PyMuPDF==1.24.6
+PyMuPDF==1.24.11
markdown-it-py==3.0.0
plantuml==0.3.0
six==1.17.0
0 commit comments