Skip to content

Commit 4736c7a

Browse files
committed
feat: bump versions to 1.15.3a2
1 parent 5dba2ef commit 4736c7a

9 files changed

Lines changed: 11 additions & 11 deletions

File tree

lib/cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
]
99
requires-python = ">=3.10, <3.14"
1010
dependencies = [
11-
"crewai-core==1.15.3a1",
11+
"crewai-core==1.15.3a2",
1212
"click>=8.1.7,<9",
1313
"pydantic>=2.11.9,<2.13",
1414
"pydantic-settings~=2.10.1",

lib/cli/src/crewai_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.15.3a1"
1+
__version__ = "1.15.3a2"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.15.3a1"
1+
__version__ = "1.15.3a2"

lib/crewai-files/src/crewai_files/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@
152152
"wrap_file_source",
153153
]
154154

155-
__version__ = "1.15.3a1"
155+
__version__ = "1.15.3a2"

lib/crewai-tools/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires-python = ">=3.10, <3.14"
1010
dependencies = [
1111
"pytube~=15.0.0",
1212
"requests>=2.33.0,<3",
13-
"crewai==1.15.3a1",
13+
"crewai==1.15.3a2",
1414
"tiktoken>=0.8.0,<0.13",
1515
"beautifulsoup4~=4.13.4",
1616
"python-docx~=1.2.0",

lib/crewai-tools/src/crewai_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,4 +330,4 @@
330330
"ZapierActionTools",
331331
]
332332

333-
__version__ = "1.15.3a1"
333+
__version__ = "1.15.3a2"

lib/crewai/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ authors = [
88
]
99
requires-python = ">=3.10, <3.14"
1010
dependencies = [
11-
"crewai-core==1.15.3a1",
12-
"crewai-cli==1.15.3a1",
11+
"crewai-core==1.15.3a2",
12+
"crewai-cli==1.15.3a2",
1313
# Core Dependencies
1414
"pydantic>=2.11.9,<2.13",
1515
"openai>=2.30.0,<3",
@@ -55,7 +55,7 @@ Repository = "https://github.com/crewAIInc/crewAI"
5555

5656
[project.optional-dependencies]
5757
tools = [
58-
"crewai-tools==1.15.3a1",
58+
"crewai-tools==1.15.3a2",
5959
]
6060
embeddings = [
6161
"tiktoken>=0.8.0,<0.13"

lib/crewai/src/crewai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def filtered_warn(
4848

4949
_suppress_pydantic_deprecation_warnings()
5050

51-
__version__ = "1.15.3a1"
51+
__version__ = "1.15.3a2"
5252

5353
_LAZY_IMPORTS: dict[str, tuple[str, str]] = {
5454
"Memory": ("crewai.memory.unified_memory", "Memory"),
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""CrewAI development tools."""
22

3-
__version__ = "1.15.3a1"
3+
__version__ = "1.15.3a2"

0 commit comments

Comments
 (0)