preparing new version

This commit is contained in:
João Moura
2024-07-01 18:28:11 -07:00
parent 9dcf96eb4c
commit 8be02d948d
4 changed files with 98 additions and 27 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.35.6" }
crewai = { extras = ["tools"], version = "^0.35.7" }
[tool.poetry.scripts]
{{folder_name}} = "{{folder_name}}.main:run"