Skip to content

Commit 734316b

Browse files
feat: bump tools
1 parent 478d8e1 commit 734316b

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ Documentation = "https://docs.crewai.com"
4949
Repository = "https://github.com/crewAIInc/crewAI"
5050

5151
[project.optional-dependencies]
52-
tools = ["crewai-tools@https://github.com/crewAIInc/crewAI-tools.git"]
52+
tools = [
53+
"crewai-tools>=0.74.0",
54+
]
5355
embeddings = [
5456
"tiktoken~=0.8.0"
5557
]
@@ -196,5 +198,3 @@ exclude = [
196198
"docs/",
197199
]
198200

199-
[tool.hatch.metadata]
200-
allow-direct-references = true

uv.lock

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

0 commit comments

Comments
 (0)