Preparing for new version

This commit is contained in:
João Moura
2024-07-30 19:20:59 -04:00
parent 6378f6caec
commit c93b85ac53
5 changed files with 6 additions and 9 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.41.1" }
crewai = { extras = ["tools"], version = "^0.46.0" }
[tool.poetry.scripts]
{{folder_name}} = "{{folder_name}}.main:run"