Skip to content

Commit 13a514f

Browse files
authored
chore: update crewAI and crewAI-tools dependencies to version 0.203.0 and 0.76.0 respectively (#3674)
- Updated the `crewai-tools` dependency in `pyproject.toml` and `uv.lock` to version 0.76.0. - Updated the `crewai` version in `__init__.py` to 0.203.0. - Updated the dependency versions in the crew, flow, and tool templates to reflect the new `crewai` version.
1 parent 316b1ce commit 13a514f

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
@@ -49,7 +49,7 @@ Repository = "https://github.com/crewAIInc/crewAI"
4949

5050
[project.optional-dependencies]
5151
tools = [
52-
"crewai-tools>=0.74.0",
52+
"crewai-tools>=0.76.0",
5353
]
5454
embeddings = [
5555
"tiktoken~=0.8.0"

src/crewai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def filtered_warn(
4040

4141
_suppress_pydantic_deprecation_warnings()
4242

43-
__version__ = "0.201.1"
43+
__version__ = "0.203.0"
4444
_telemetry_submitted = False
4545

4646

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 = "[email protected]" }]
66
requires-python = ">=3.10,<3.14"
77
dependencies = [
8-
"crewai[tools]>=0.201.1,<1.0.0"
8+
"crewai[tools]>=0.203.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 = "[email protected]" }]
66
requires-python = ">=3.10,<3.14"
77
dependencies = [
8-
"crewai[tools]>=0.201.1,<1.0.0",
8+
"crewai[tools]>=0.203.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.201.1"
8+
"crewai[tools]>=0.203.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)