Skip to content

Commit 9d1d351

Browse files
authored
Version 1.13.1 (#100)
- Fix dependency `requests`.
1 parent 42463c3 commit 9d1d351

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

history.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
18.02.2026 ver.1.13.1
2+
---------------------
3+
4+
- Fix dependency `requests`.
5+
16
18.02.2026 ver.1.13
27
-------------------
38

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "markdown_pdf"
10-
version = "1.13"
10+
version = "1.13.1"
1111
description = "Markdown to pdf renderer"
1212
readme = { file = "README.md", content-type = "text/markdown" }
1313
requires-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
]

requirements38.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ PyMuPDF==1.24.6
22
markdown-it-py==3.0.0
33
plantuml==0.3.0
44
six==1.17.0
5+
requests==2.32.3
56
flake8
67
pylint
78
pydocstyle

0 commit comments

Comments
 (0)