Skip to content

Commit 61c040a

Browse files
fix: unstrucutred version is now incompatible with python 3.13
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
1 parent ed81e2a commit 61c040a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def run(self):
205205
"blake3>=1.0.8", # faster than sha256
206206
"pandas >= 2.3.3",
207207
"trio >= 0.31.0", # for some reason older versions of trio, when present are used and cause issues on python 3.11: https://github.com/python-trio/trio/issues/2317
208-
"unstructured >= 0.18.15", # base package only, used by pdf loader for clean_extra_whitespace. The heavy [all-docs] extra is in [office].
208+
"unstructured >= 0.18.15,<0.18.31", # base package only, used by pdf loader for clean_extra_whitespace. The heavy [all-docs] extra is in [office].
209209
# PDF loading (default, since pdf is the most common filetype)
210210
"openparse[ml] >= 0.5.7", # pdf with table support
211211
"pdfminer.six >= 20231228",

0 commit comments

Comments
 (0)