fix: constrain unstructured to ensure python compat

This commit is contained in:
Greyson LaLonde
2026-02-11 12:24:13 -05:00
parent a71e5db75f
commit 2652dfecb3
7 changed files with 2154 additions and 2203 deletions

View File

@@ -118,7 +118,7 @@ rag = [
"lxml>=5.3.0,<5.4.0", # Pin to avoid etree import issues in 5.4.0
]
xml = [
"unstructured[local-inference, all-docs]>=0.17.2"
"unstructured[local-inference, all-docs]>=0.17.2,<0.18.31"
]
oxylabs = [
"oxylabs==2.0.0"