chore: ci publish and pin versions

This commit is contained in:
Greyson LaLonde
2025-09-28 00:59:25 -04:00
committed by GitHub
parent 68dce92003
commit 417a4e3d91
3 changed files with 70 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ dependencies = [
"pytube>=15.0.0",
"requests>=2.32.0",
"docker>=7.1.0",
"crewai",
"crewai==1.0.0a0",
"lancedb>=0.5.4",
"tiktoken>=0.8.0",
"stagehand>=0.4.1",

View File

@@ -50,7 +50,7 @@ Repository = "https://github.com/crewAIInc/crewAI"
[project.optional-dependencies]
tools = [
"crewai-tools>=0.74.0",
"crewai-tools==1.0.0a0",
]
embeddings = [
"tiktoken~=0.8.0"