Skip to content

Commit 6c41d55

Browse files
authored
feat: bump versions to 1.14.8a (#6215)
1 parent 218dc82 commit 6c41d55

12 files changed

Lines changed: 14 additions & 14 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.14.7",
11+
"crewai-core==1.14.8a",
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.14.7"
1+
__version__ = "1.14.8a"

lib/cli/src/crewai_cli/templates/crew/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "{{name}} using crewAI"
55
authors = [{ name = "Your Name", email = "you@example.com" }]
66
requires-python = ">=3.10,<3.14"
77
dependencies = [
8-
"crewai[tools]==1.14.7"
8+
"crewai[tools]==1.14.8a"
99
]
1010

1111
[project.scripts]

lib/cli/src/crewai_cli/templates/flow/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "{{name}} using crewAI"
55
authors = [{ name = "Your Name", email = "you@example.com" }]
66
requires-python = ">=3.10,<3.14"
77
dependencies = [
8-
"crewai[tools]==1.14.7"
8+
"crewai[tools]==1.14.8a"
99
]
1010

1111
[project.scripts]

lib/cli/src/crewai_cli/templates/tool/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Power up your crews with {{folder_name}}"
55
readme = "README.md"
66
requires-python = ">=3.10,<3.14"
77
dependencies = [
8-
"crewai[tools]==1.14.7"
8+
"crewai[tools]==1.14.8a"
99
]
1010

1111
[tool.crewai]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.14.7"
1+
__version__ = "1.14.8a"

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.14.7"
155+
__version__ = "1.14.8a"

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.14.7",
13+
"crewai==1.14.8a",
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.14.7"
333+
__version__ = "1.14.8a"

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.14.7",
12-
"crewai-cli==1.14.7",
11+
"crewai-core==1.14.8a",
12+
"crewai-cli==1.14.8a",
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.14.7",
58+
"crewai-tools==1.14.8a",
5959
]
6060
embeddings = [
6161
"tiktoken>=0.8.0,<0.13"

0 commit comments

Comments
 (0)