feat: bump versions to 1.4.1 (#3862)
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Build uv cache / build-cache (3.10) (push) Has been cancelled
Build uv cache / build-cache (3.11) (push) Has been cancelled
Build uv cache / build-cache (3.12) (push) Has been cancelled
Build uv cache / build-cache (3.13) (push) Has been cancelled

* feat: bump versions to 1.4.1

* chore: update crewAI tools dependency to version 1.4.1 in project templates
This commit is contained in:
Lorenze Jay
2025-11-07 11:19:07 -08:00
committed by GitHub
parent 19c5b9a35e
commit 0f1c173d02
7 changed files with 7 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ Repository = "https://github.com/crewAIInc/crewAI"
[project.optional-dependencies]
tools = [
"crewai-tools==1.4.0",
"crewai-tools==1.4.1",
]
embeddings = [
"tiktoken~=0.8.0"