New version, updating dependencies, fixing memory

This commit is contained in:
João Moura
2024-05-13 22:26:41 -03:00
parent 615ac7f297
commit 27fddae286
9 changed files with 430 additions and 520 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.30.5"}
crewai = {extras = ["tools"], version = "^0.30.6"}
[tool.poetry.scripts]
{{folder_name}} = "{{folder_name}}.main:run"