mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-08 02:29:00 +00:00
Some checks failed
Notify Downstream / notify-downstream (push) Has been cancelled
* Update CrewAI version to 0.148.0 in project templates and dependencies * Update crewai-tools dependency to version 0.55.0 in pyproject.toml and uv.lock for improved functionality and performance.
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.148.0"
|
|
]
|
|
|
|
[tool.crewai]
|
|
type = "tool"
|