Skip to content

Commit 66c2fa1

Browse files
authored
chore: update crewAI and tools dependencies to version 0.159.0 and 0.62.0 respectively (#3318)
- Bump crewAI version from 0.157.0 to 0.159.0 - Update tools dependency from 0.60.0 to 0.62.0 in pyproject.toml and uv.lock - Ensure compatibility with the latest features and improvements in the tools package
1 parent 7a52cc9 commit 66c2fa1

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Documentation = "https://docs.crewai.com"
4848
Repository = "https://github.com/crewAIInc/crewAI"
4949

5050
[project.optional-dependencies]
51-
tools = ["crewai-tools~=0.60.0"]
51+
tools = ["crewai-tools~=0.62.0"]
5252
embeddings = [
5353
"tiktoken~=0.8.0"
5454
]

src/crewai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def _track_install_async():
5454

5555
_track_install_async()
5656

57-
__version__ = "0.157.0"
57+
__version__ = "0.159.0"
5858
__all__ = [
5959
"Agent",
6060
"Crew",

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

Lines changed: 1 addition & 1 deletion
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.14"
77
dependencies = [
8-
"crewai[tools]>=0.157.0,<1.0.0"
8+
"crewai[tools]>=0.159.0,<1.0.0"
99
]
1010

1111
[project.scripts]

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

Lines changed: 1 addition & 1 deletion
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.14"
77
dependencies = [
8-
"crewai[tools]>=0.157.0,<1.0.0",
8+
"crewai[tools]>=0.159.0,<1.0.0",
99
]
1010

1111
[project.scripts]

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

Lines changed: 1 addition & 1 deletion
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.14"
77
dependencies = [
8-
"crewai[tools]>=0.157.0"
8+
"crewai[tools]>=0.159.0"
99
]
1010

1111
[tool.crewai]

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)