mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-07 10:12:38 +00:00
fix: constrain unstructured to ensure python compat
This commit is contained in:
@@ -143,6 +143,11 @@ python_classes = "Test*"
|
||||
python_functions = "test_*"
|
||||
|
||||
|
||||
[tool.uv]
|
||||
constraint-dependencies = [
|
||||
"onnxruntime<1.24; python_version < '3.11'",
|
||||
]
|
||||
|
||||
[tool.uv.workspace]
|
||||
members = [
|
||||
"lib/crewai",
|
||||
|
||||
Reference in New Issue
Block a user