preparing new verison 0.55.1

This commit is contained in:
João Moura
2024-09-07 10:16:07 -07:00
parent b7f4931de5
commit a9916940ef
6 changed files with 19 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = ">=3.10,<=3.13"
crewai = { extras = ["tools"], version = ">=0.55.0,<1.0.0" }
crewai = { extras = ["tools"], version = ">=0.55.1,<1.0.0" }
asyncio = "*"
[tool.poetry.scripts]