mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
chore: update crewai to 0.157.0 and crewai-tools dependency to version 0.60.0 (#3281)
* chore: update crewai-tools dependency to version 0.60.0 - Updated the `pyproject.toml` and `uv.lock` files to reflect the new version of `crewai-tools`. - This change ensures compatibility with the latest features and improvements in the tools package. * chore: bump CrewAI version to 0.157.0 - Updated the version in `__init__.py` to reflect the new release. - Adjusted dependency versions in `pyproject.toml` files for crew, flow, and tool templates to ensure compatibility with the latest features and improvements in CrewAI. - This change maintains consistency across the project and prepares for upcoming enhancements.
This commit is contained in:
@@ -5,7 +5,7 @@ description = "{{name}} using crewAI"
|
||||
authors = [{ name = "Your Name", email = "you@example.com" }]
|
||||
requires-python = ">=3.10,<3.14"
|
||||
dependencies = [
|
||||
"crewai[tools]>=0.152.0,<1.0.0",
|
||||
"crewai[tools]>=0.157.0,<1.0.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
||||
Reference in New Issue
Block a user