Skip to content

Commit d7f8002

Browse files
authored
chore: update crewAI version to 0.165.1 and tools dependency in templates (#3359) (#3359)
1 parent d743e12 commit d7f8002

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/crewai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def _track_install_async():
5454

5555
_track_install_async()
5656

57-
__version__ = "0.165.0"
57+
__version__ = "0.165.1"
5858
__all__ = [
5959
"Agent",
6060
"Crew",

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]>=0.165.0,<1.0.0"
8+
"crewai[tools]>=0.165.1,<1.0.0"
99
]
1010

1111
[project.scripts]

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]>=0.165.0,<1.0.0",
8+
"crewai[tools]>=0.165.1,<1.0.0",
99
]
1010

1111
[project.scripts]

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]>=0.165.0"
8+
"crewai[tools]>=0.165.1"
99
]
1010

1111
[tool.crewai]

0 commit comments

Comments
 (0)