File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 18.02.2026 ver.1.13.1
2+ ---------------------
3+
4+ - Fix dependency `requests`.
5+
1618.02.2026 ver.1.13
27-------------------
38
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
88[project ]
99name = " markdown_pdf"
10- version = " 1.13"
10+ version = " 1.13.1 "
1111description = " Markdown to pdf renderer"
1212readme = { file = " README.md" , content-type = " text/markdown" }
1313requires-python = " >=3.8"
@@ -23,6 +23,8 @@ dependencies = [
2323 " PyMuPDF==1.24.6; python_version<'3.9'" ,
2424 " PyMuPDF>=1.25.3; python_version>'3.8'" ,
2525 " markdown-it-py==3.0.0; python_version>='3.8'" ,
26+ " requests==2.32.3; python_version<'3.9'" ,
27+ " requests>=2.32.5; python_version>'3.8'" ,
2628 " plantuml==0.3.0" ,
2729 " six==1.17.0"
2830]
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ PyMuPDF==1.24.6
22markdown-it-py==3.0.0
33plantuml==0.3.0
44six==1.17.0
5+ requests==2.32.3
56flake8
67pylint
78pydocstyle
You can’t perform that action at this time.
0 commit comments