Files
crewAI/src/crewai/cli/templates/tool/pyproject.toml
Lorenze Jay 7b0f3aabd9
Some checks failed
Notify Downstream / notify-downstream (push) Has been cancelled
chore: update crewAI and dependencies to version 0.141.0 and 0.51.0 (#3128)
- Bump crewAI version to 0.141.0 in __init__.py for alignment with updated dependencies.
- Update `crewai-tools` dependency version to 0.51.0 in pyproject.toml and related template files.
- Add new testing dependencies: pytest-split and pytest-xdist for improved test execution.
- Ensure compatibility with the latest package versions in uv.lock and template files.
2025-07-09 10:37:06 -07: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.141.0"
]
[tool.crewai]
type = "tool"