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

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

View File

@@ -40,7 +40,7 @@ def _suppress_pydantic_deprecation_warnings() -> None:
_suppress_pydantic_deprecation_warnings()
__version__ = "1.0.0a4"
__version__ = "1.0.0b1"
_telemetry_submitted = False