Update pyproject.toml and uv.lock to drop crewai-tools as a default requirement in crewai repo

This commit is contained in:
Brandon Hancock
2024-12-05 12:59:17 -05:00
parent 611526596a
commit a6cd115b25
2 changed files with 0 additions and 3 deletions

2
uv.lock generated
View File

@@ -615,7 +615,6 @@ dependencies = [
{ name = "auth0-python" },
{ name = "chromadb" },
{ name = "click" },
{ name = "crewai-tools" },
{ name = "instructor" },
{ name = "json-repair" },
{ name = "jsonref" },
@@ -685,7 +684,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.14.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" },