mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 23:58:34 +00:00
- Bump CrewAI version from 0.126.0 to 0.130.0 in pyproject.toml and uv.lock. - Update optional dependency 'crewai-tools' version from 0.46.0 to 0.47.1. - Adjust dependency specifications in CLI templates to reflect the new version.
13 lines
241 B
TOML
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.130.0"
|
|
]
|
|
|
|
[tool.crewai]
|
|
type = "tool"
|