Skip to content

Commit f675208

Browse files
committed
cutting new version with updated cli template
1 parent 36aa69c commit f675208

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "crewai"
3-
version = "0.28.7"
3+
version = "0.28.8"
44
description = "Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks."
55
authors = ["Joao Moura <joao@crewai.com>"]
66
readme = "README.md"

src/crewai/cli/templates/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Your Name <you@example.com>"]
66

77
[tool.poetry.dependencies]
88
python = ">=3.10,<=3.13"
9-
crewai = {extras = ["tools"], version = "^0.27.0"}
9+
crewai = {extras = ["tools"], version = "^0.28.8"}
1010

1111
[tool.poetry.scripts]
1212
{{folder_name}} = "{{folder_name}}.main:run"

0 commit comments

Comments
 (0)