chore: update crewAI version to 0.165.0 and tools dependency to 0.62.1 (#3357)

This commit is contained in:
Lorenze Jay
2025-08-18 18:25:59 -07:00
committed by GitHub
parent 2a0cefc98b
commit 6068fe941f
6 changed files with 3019 additions and 3019 deletions

View File

@@ -5,7 +5,7 @@ description = "{{name}} using crewAI"
authors = [{ name = "Your Name", email = "you@example.com" }]
requires-python = ">=3.10,<3.14"
dependencies = [
"crewai[tools]>=0.159.0,<1.0.0",
"crewai[tools]>=0.165.0,<1.0.0",
]
[project.scripts]