mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +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:
@@ -48,7 +48,7 @@ Documentation = "https://docs.crewai.com"
|
||||
Repository = "https://github.com/crewAIInc/crewAI"
|
||||
|
||||
[project.optional-dependencies]
|
||||
tools = ["crewai-tools~=0.59.0"]
|
||||
tools = ["crewai-tools~=0.60.0"]
|
||||
embeddings = [
|
||||
"tiktoken~=0.8.0"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user