mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-03 08:12:39 +00:00
feat: bump versions to 1.0.0b2 (#3713)
This commit is contained in:
@@ -48,7 +48,7 @@ Repository = "https://github.com/crewAIInc/crewAI"
|
||||
|
||||
[project.optional-dependencies]
|
||||
tools = [
|
||||
"crewai-tools==1.0.0b1",
|
||||
"crewai-tools==1.0.0b2",
|
||||
]
|
||||
embeddings = [
|
||||
"tiktoken~=0.8.0"
|
||||
|
||||
@@ -40,7 +40,7 @@ def _suppress_pydantic_deprecation_warnings() -> None:
|
||||
|
||||
_suppress_pydantic_deprecation_warnings()
|
||||
|
||||
__version__ = "1.0.0b1"
|
||||
__version__ = "1.0.0b2"
|
||||
_telemetry_submitted = False
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user