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

Commit 9bae563

Browse files
authored
chore: update project version to 0.75.0 and revise crewai dependency (#467)
- Increment project version to 0.75.0 - Update crewai dependency to the latest version without a specific version constraint - Update uv.lock to reflect changes in crewai version from 0.201.0 to 0.201.1
1 parent a783ab7 commit 9bae563

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.74.1"
3+
version = "0.75.0"
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.201.0",
15+
"crewai",
1616
"lancedb>=0.5.4",
1717
"tiktoken>=0.8.0",
1818
"stagehand>=0.4.1",

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)