Update pyproject.toml and uv.lock to drop crewai-tools as a default requirement (#1711)

This commit is contained in:
Brandon Hancock (bhancock_ai)
2024-12-09 14:17:46 -05:00
committed by GitHub
parent c1df7c410e
commit 2f9a2afd9e
2 changed files with 0 additions and 3 deletions

2
uv.lock generated
View File

@@ -570,7 +570,6 @@ dependencies = [
{ name = "auth0-python" },
{ name = "chromadb" },
{ name = "click" },
{ name = "crewai-tools" },
{ name = "instructor" },
{ name = "json-repair" },
{ name = "jsonref" },
@@ -640,7 +639,6 @@ requires-dist = [
{ name = "auth0-python", specifier = ">=4.7.1" },
{ name = "chromadb", specifier = ">=0.5.18" },
{ name = "click", specifier = ">=8.1.7" },
{ name = "crewai-tools", specifier = ">=0.17.0" },
{ name = "crewai-tools", marker = "extra == 'tools'", specifier = ">=0.14.0" },
{ name = "fastembed", marker = "extra == 'fastembed'", specifier = ">=0.4.1" },
{ name = "instructor", specifier = ">=1.3.3" },