build: upgrade crewai-tools (#2705)

* build: upgrade crewai-tools

* build: prepare new version
This commit is contained in:
Lucas Gomide
2025-04-28 10:38:56 -03:00
committed by GitHub
parent 337a6d5719
commit 3a66746a99
3 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "crewai"
version = "0.117.0"
version = "0.117.1"
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."
readme = "README.md"
requires-python = ">=3.10,<3.13"
@@ -45,7 +45,7 @@ Documentation = "https://docs.crewai.com"
Repository = "https://github.com/crewAIInc/crewAI"
[project.optional-dependencies]
tools = ["crewai-tools~=0.40.1"]
tools = ["crewai-tools~=0.42.0"]
embeddings = [
"tiktoken~=0.7.0"
]