chore: bump version to 1.0.0a3

- Updated `crewai-tools` and `crewai` dependencies to version 1.0.0a3 in respective `pyproject.toml` files.
- Incremented version number to 1.0.0a3 in `__init__.py` files for both `crewai` and `crewai-tools` to reflect the new release.
This commit is contained in:
lorenzejay
2025-10-03 14:48:48 -07:00
parent 126b91eab3
commit ed54ee2a9d
4 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -291,4 +291,4 @@ __all__ = [
"ZapierActionTools",
]
__version__ = "1.0.0a2"
__version__ = "1.0.0a3"

View File

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

View File

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