Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit a783ab7

Browse files
authored
chore: update project version to 0.74.1 and revise dependencies (#465)
- Increment project version to 0.74.1 - Update crewai dependency to version 0.201.0 - Update chromadb dependency to version 1.1.0 - Adjust pydantic version to 2.11.9 - Clean up uv.lock by removing obsolete package entries
1 parent e746ddc commit a783ab7

File tree

2 files changed

+145
-111
lines changed

2 files changed

+145
-111
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.73.1"
3+
version = "0.74.1"
44
description = "Set of tools for the crewAI framework"
55
readme = "README.md"
66
authors = [
@@ -12,7 +12,7 @@ dependencies = [
1212
"pytube>=15.0.0",
1313
"requests>=2.31.0",
1414
"docker>=7.1.0",
15-
"crewai>=0.193.2",
15+
"crewai==0.201.0",
1616
"lancedb>=0.5.4",
1717
"tiktoken>=0.8.0",
1818
"stagehand>=0.4.1",

0 commit comments

Comments
 (0)