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

@@ -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",