Skip to content

Commit e723e5c

Browse files
committed
preparign new version
1 parent 24f1a19 commit e723e5c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "crewai"
3-
version = "0.105.0"
3+
version = "0.108.0"
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
readme = "README.md"
66
requires-python = ">=3.10,<3.13"

src/crewai/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
category=UserWarning,
1515
module="pydantic.main",
1616
)
17-
__version__ = "0.105.0"
17+
__version__ = "0.108.0"
1818
__all__ = [
1919
"Agent",
2020
"Crew",

src/crewai/cli/templates/crew/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "{{name}} using crewAI"
55
authors = [{ name = "Your Name", email = "you@example.com" }]
66
requires-python = ">=3.10,<3.13"
77
dependencies = [
8-
"crewai[tools]>=0.105.0,<1.0.0"
8+
"crewai[tools]>=0.108.0,<1.0.0"
99
]
1010

1111
[project.scripts]

src/crewai/cli/templates/flow/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "{{name}} using crewAI"
55
authors = [{ name = "Your Name", email = "you@example.com" }]
66
requires-python = ">=3.10,<3.13"
77
dependencies = [
8-
"crewai[tools]>=0.105.0,<1.0.0",
8+
"crewai[tools]>=0.108.0,<1.0.0",
99
]
1010

1111
[project.scripts]

src/crewai/cli/templates/tool/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Power up your crews with {{folder_name}}"
55
readme = "README.md"
66
requires-python = ">=3.10,<3.13"
77
dependencies = [
8-
"crewai[tools]>=0.105.0"
8+
"crewai[tools]>=0.108.0"
99
]
1010

1111
[tool.crewai]

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)