Skip to content

Commit 8d6f132

Browse files
authored
chore: update version to 0.51.0 and dependencies in pyproject.toml and uv.lock (crewAIInc#361)
- Bumped crewai-tools version to 0.51.0 in pyproject.toml. - Updated crewai dependency version from 0.134.0 to 0.140.0. - Adjusted various package versions and added upload-time metadata in uv.lock for better tracking.
1 parent d12ba28 commit 8d6f132

File tree

2 files changed

+3390
-3388
lines changed

2 files changed

+3390
-3388
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "crewai-tools"
3-
version = "0.49.0"
3+
version = "0.51.0"
44
description = "Set of tools for the crewAI framework"
55
readme = "README.md"
66
authors = [
@@ -17,7 +17,7 @@ dependencies = [
1717
"requests>=2.31.0",
1818
"docker>=7.1.0",
1919
"embedchain>=0.1.114",
20-
"crewai>=0.134.0",
20+
"crewai>=0.140.0",
2121
"click>=8.1.8",
2222
"lancedb>=0.5.4",
2323
"tiktoken>=0.8.0",

0 commit comments

Comments
 (0)