Skip to content

Commit c7fed0f

Browse files
fix: update pdfminer.six pin to >=20231228 for unstructured 0.18.32 compatibility
Co-Authored-By: Ryan Waskewich <ryan.waskewich@airbyte.io>
1 parent 74612b8 commit c7fed0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ langchain_text_splitters = { version = "^1.0.0", optional = true }
6969
markdown = { version = "*", optional = true } # TODO: Remove if unused
7070
openai = { version = "0.27.9", extras = ["embeddings"], optional = true } # Used indirectly by langchain library
7171
pdf2image = { version = "1.16.3", optional = true }
72-
"pdfminer.six" = { version = "20221105", optional = true } # Used indirectly by unstructured library
72+
"pdfminer.six" = { version = ">=20231228", optional = true } # Used indirectly by unstructured library
7373
pyarrow = { version = "^19.0.0", optional = true }
7474
pytesseract = { version = "0.3.10", optional = true } # Used indirectly by unstructured library
7575
python-calamine = { version = "0.2.3", optional = true } # TODO: Remove if unused

0 commit comments

Comments
 (0)