add back in crewai tool dependencies and drop litellm version

This commit is contained in:
Brandon Hancock
2025-01-02 11:42:47 -05:00
parent 1237c05aee
commit 6ba36a3485
2 changed files with 5 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ dependencies = [
# Core Dependencies
"pydantic>=2.4.2",
"openai>=1.13.3",
"litellm>=1.56.4",
"litellm>=1.44.22",
"instructor>=1.3.3",
# Text Processing
@@ -71,6 +71,7 @@ docling = [
[tool.uv]
dev-dependencies = [
"crewai-tools>=0.17.0",
"ruff>=0.8.2",
"mypy>=1.10.0",
"pre-commit>=3.6.0",