new version

This commit is contained in:
João Moura
2025-04-09 18:13:41 -07:00
parent fbb156b9de
commit 98ccbeb4bd
6 changed files with 68 additions and 44 deletions

View File

@@ -5,7 +5,7 @@ description = "{{name}} using crewAI"
authors = [{ name = "Your Name", email = "you@example.com" }]
requires-python = ">=3.10,<3.13"
dependencies = [
"crewai[tools]>=0.108.0,<1.0.0"
"crewai[tools]>=0.114.0,<1.0.0"
]
[project.scripts]