diff --git a/packages/markitdown/pyproject.toml b/packages/markitdown/pyproject.toml index 8fe43ad62..8ca9b11b9 100644 --- a/packages/markitdown/pyproject.toml +++ b/packages/markitdown/pyproject.toml @@ -41,7 +41,7 @@ all = [ "openpyxl", "xlrd", "lxml", - "pdfminer.six", + "pdfminer.six>=20251107", "olefile", "pydub", "SpeechRecognition", diff --git a/packages/markitdown/src/markitdown/__about__.py b/packages/markitdown/src/markitdown/__about__.py index 4441f3f98..4c8b68f6d 100644 --- a/packages/markitdown/src/markitdown/__about__.py +++ b/packages/markitdown/src/markitdown/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2024-present Adam Fourney # # SPDX-License-Identifier: MIT -__version__ = "0.1.3" +__version__ = "0.1.4"