feat: bump versions to 1.7.0 (#4051)
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Check Documentation Broken Links / Check broken links (push) Has been cancelled
Notify Downstream / notify-downstream (push) Has been cancelled

* feat: bump versions to 1.7.0

* bump
This commit is contained in:
Lorenze Jay
2025-12-08 16:42:12 -08:00
committed by GitHub
parent 177294f588
commit 3e3b9df761
7 changed files with 7 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ Repository = "https://github.com/crewAIInc/crewAI"
[project.optional-dependencies]
tools = [
"crewai-tools==1.6.1",
"crewai-tools==1.7.0",
]
embeddings = [
"tiktoken~=0.8.0"