rollback update to new version

This commit is contained in:
João Moura
2024-07-01 15:25:10 -07:00
parent 5332d02f36
commit 16237ef393
3 changed files with 144 additions and 436 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.5" }
crewai = { extras = ["tools"], version = "^0.35.6" }
[tool.poetry.scripts]
{{folder_name}} = "{{folder_name}}.main:run"