feat: bump versions to 1.0.0b1 (#3706)

This commit is contained in:
Lorenze Jay
2025-10-14 11:15:31 -07:00
committed by GitHub
parent c9ff264e8e
commit a9aff87db3
5 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -291,4 +291,4 @@ __all__ = [
"ZapierActionTools",
]
__version__ = "1.0.0a4"
__version__ = "1.0.0b1"