feat: bump versions to 1.2.0 (#3787)
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled

* feat: bump versions to 1.2.0

* also include projects
This commit is contained in:
Lorenze Jay
2025-10-23 18:04:34 -07:00
committed by GitHub
parent 08e15ab267
commit a83c57a2f2
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.1.0",
"crewai-tools==1.2.0",
]
embeddings = [
"tiktoken~=0.8.0"