Files
crewAI/src/crewai/cli/templates/tool/pyproject.toml
Lorenze Jay d7f8002baa
Some checks failed
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
chore: update crewAI version to 0.165.1 and tools dependency in templates (#3359) (#3359)
2025-08-19 00:06:31 -03:00

13 lines
241 B
TOML

[project]
name = "{{folder_name}}"
version = "0.1.0"
description = "Power up your crews with {{folder_name}}"
readme = "README.md"
requires-python = ">=3.10,<3.14"
dependencies = [
"crewai[tools]>=0.165.1"
]
[tool.crewai]
type = "tool"