mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 23:32:39 +00:00
chore: update crewAI and tools dependencies to latest versions (#3444)
- Updated `crewai-tools` dependency from version 0.65.0 to 0.69.0 in `pyproject.toml` and `uv.lock`. - Bumped crewAI version from 0.175.0 to 0.177.0 in `__init__.py`. - Updated dependency versions in CLI templates for crew, flow, and tool projects to reflect the new crewAI version.
This commit is contained in:
@@ -73,7 +73,7 @@ def _track_install_async() -> None:
|
||||
|
||||
_track_install_async()
|
||||
|
||||
__version__ = "0.175.0"
|
||||
__version__ = "0.177.0"
|
||||
__all__ = [
|
||||
"Agent",
|
||||
"Crew",
|
||||
|
||||
Reference in New Issue
Block a user