Skip to content

Commit 3a66746

Browse files
authored
build: upgrade crewai-tools (#2705)
* build: upgrade crewai-tools * build: prepare new version
1 parent 337a6d5 commit 3a66746

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "crewai"
3-
version = "0.117.0"
3+
version = "0.117.1"
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"
@@ -45,7 +45,7 @@ Documentation = "https://docs.crewai.com"
4545
Repository = "https://github.com/crewAIInc/crewAI"
4646

4747
[project.optional-dependencies]
48-
tools = ["crewai-tools~=0.40.1"]
48+
tools = ["crewai-tools~=0.42.0"]
4949
embeddings = [
5050
"tiktoken~=0.7.0"
5151
]

src/crewai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
category=UserWarning,
1818
module="pydantic.main",
1919
)
20-
__version__ = "0.117.0"
20+
__version__ = "0.117.1"
2121
__all__ = [
2222
"Agent",
2323
"Crew",

uv.lock

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

0 commit comments

Comments
 (0)