Skip to content

Commit cab4fd1

Browse files
Bump markitdown to 0.1.5 (#21)
1 parent 366c06b commit cab4fd1

3 files changed

Lines changed: 61 additions & 40 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = { file = "LICENSE" }
1111
readme = "README.md"
1212
requires-python = ">=3.10"
1313
dependencies = [
14-
"markitdown[az-doc-intel,docx,pdf,pptx,xls,xlsx]",
14+
"markitdown[az-doc-intel,docx,pdf,pptx,xls,xlsx]==0.1.5",
1515
"pypdfium2",
1616
"pytesseract",
1717
"pyside6>=6.8.2.1",

requirements.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ mammoth==1.11.0
5757
# via markitdown
5858
markdownify==1.1.0
5959
# via markitdown
60-
markitdown==0.1.2
60+
markitdown==0.1.5
6161
# via markitdowngui (pyproject.toml)
6262
mpmath==1.3.0
6363
# via sympy
@@ -82,18 +82,24 @@ packaging==25.0
8282
# pytesseract
8383
pandas==2.3.0
8484
# via markitdown
85-
pdfminer-six==20250506
85+
pdfminer-six==20251230
86+
# via
87+
# markitdown
88+
# pdfplumber
89+
pdfplumber==0.11.9
8690
# via markitdown
8791
pillow==11.3.0
92+
pypdfium2==5.6.0
93+
# via pdfplumber
94+
pyreadline3==3.5.4
95+
# via humanfriendly
8896
# via python-pptx
8997
protobuf==6.33.5
9098
# via onnxruntime
9199
pycparser==2.22
92100
# via cffi
93101
pyjwt==2.11.0
94102
# via msal
95-
pypdfium2==5.5.0
96-
# via markitdowngui (pyproject.toml)
97103
pyside6==6.9.1
98104
# via
99105
# markitdowngui (pyproject.toml)

0 commit comments

Comments
 (0)