feat: bump versions to 1.15.1a1 (#6361)

This commit is contained in:
Lorenze Jay
2026-06-26 15:12:37 -07:00
committed by GitHub
parent a149a30bc0
commit 1e2c965a75
9 changed files with 11 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ authors = [
]
requires-python = ">=3.10, <3.14"
dependencies = [
"crewai-core==1.15.0",
"crewai-core==1.15.1a1",
"click>=8.1.7,<9",
"pydantic>=2.11.9,<2.13",
"pydantic-settings~=2.10.1",

View File

@@ -1 +1 @@
__version__ = "1.15.0"
__version__ = "1.15.1a1"

View File

@@ -1 +1 @@
__version__ = "1.15.0"
__version__ = "1.15.1a1"

View File

@@ -152,4 +152,4 @@ __all__ = [
"wrap_file_source",
]
__version__ = "1.15.0"
__version__ = "1.15.1a1"

View File

@@ -10,7 +10,7 @@ requires-python = ">=3.10, <3.14"
dependencies = [
"pytube~=15.0.0",
"requests>=2.33.0,<3",
"crewai==1.15.0",
"crewai==1.15.1a1",
"tiktoken>=0.8.0,<0.13",
"beautifulsoup4~=4.13.4",
"python-docx~=1.2.0",

View File

@@ -330,4 +330,4 @@ __all__ = [
"ZapierActionTools",
]
__version__ = "1.15.0"
__version__ = "1.15.1a1"

View File

@@ -8,8 +8,8 @@ authors = [
]
requires-python = ">=3.10, <3.14"
dependencies = [
"crewai-core==1.15.0",
"crewai-cli==1.15.0",
"crewai-core==1.15.1a1",
"crewai-cli==1.15.1a1",
# Core Dependencies
"pydantic>=2.11.9,<2.13",
"openai>=2.30.0,<3",
@@ -55,7 +55,7 @@ Repository = "https://github.com/crewAIInc/crewAI"
[project.optional-dependencies]
tools = [
"crewai-tools==1.15.0",
"crewai-tools==1.15.1a1",
]
embeddings = [
"tiktoken>=0.8.0,<0.13"

View File

@@ -48,7 +48,7 @@ def _suppress_pydantic_deprecation_warnings() -> None:
_suppress_pydantic_deprecation_warnings()
__version__ = "1.15.0"
__version__ = "1.15.1a1"
_LAZY_IMPORTS: dict[str, tuple[str, str]] = {
"Memory": ("crewai.memory.unified_memory", "Memory"),

View File

@@ -1,3 +1,3 @@
"""CrewAI development tools."""
__version__ = "1.15.0"
__version__ = "1.15.1a1"