Skip to content

Commit

Permalink
update base versions in template
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Nov 30, 2024
1 parent 7920e0d commit 58cb308
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ license = "{{cookiecutter.project_metadata.license}}"

[tool.poetry.dependencies]
python = ">=3.10,<=3.13"
agentops = "^0.3.12"
crewai = "^0.63.6"
crewai-tools= "0.12.1"
agentops = ">=0.3.18"
crewai = ">=0.83.0"
crewai-tools= ">=0.14.0"
python-dotenv="1.0.1"

[project.scripts]
Expand Down

0 comments on commit 58cb308

Please sign in to comment.