Merge branch 'main' into feat/remove-langchain

This commit is contained in:
Eduardo Chiarotti
2024-11-25 19:21:49 -03:00
committed by GitHub
22 changed files with 179 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "crewai"
version = "0.80.0"
version = "0.83.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"
@@ -28,6 +28,8 @@ dependencies = [
"tomli-w>=1.1.0",
"tomli>=2.0.2",
"chromadb>=0.5.18",
"pdfplumber>=0.11.4",
"openpyxl>=3.1.5",
]
[project.urls]