preparing v0.5.2

This commit is contained in:
João Moura
2024-02-06 00:04:53 -08:00
parent ab5647145f
commit 43a47b8bdf
2 changed files with 127 additions and 183 deletions

View File

@@ -1,7 +1,7 @@
[tool.poetry]
name = "crewai"
version = "0.5.0"
version = "0.5.2"
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."
authors = ["Joao Moura <joao@crewai.com>"]
readme = "README.md"
@@ -16,7 +16,7 @@ Documentation = "https://github.com/joaomdmoura/CrewAI/wiki/Index"
Repository = "https://github.com/joaomdmoura/crewai"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
python = ">=3.10,<4.0"
pydantic = "^2.4.2"
langchain = "0.1.0"
openai = "^1.7.1"
@@ -40,6 +40,7 @@ cairosvg = "^2.7.1"
profile = "black"
known_first_party = ["crewai"]
[tool.poetry.group.test.dependencies]
pytest = "^7.4"
pytest-vcr = "^1.0.2"