Update version to 0.120.0 and dependencies in pyproject.toml and uv.lock files (#2835)

This commit is contained in:
Lorenze Jay
2025-05-14 16:48:21 -07:00
committed by GitHub
parent b4dfb19a3a
commit 3a114463f9
6 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "crewai"
version = "0.119.0"
version = "0.120.0"
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.44.0"]
tools = ["crewai-tools~=0.45.0"]
embeddings = [
"tiktoken~=0.7.0"
]