mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-08 02:29:00 +00:00
fix: constrain unstructured to ensure python compat
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user