diff --git a/docs/index.md b/docs/index.md
index 8490810f6..24c7a7e05 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -165,7 +165,7 @@ Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By
-
+
diff --git a/pyproject.toml b/pyproject.toml
index 1f927192e..6f00121f4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "crewai"
-version = "0.65.0"
+version = "0.65.2"
description = "Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks."
authors = ["Joao Moura "]
readme = "README.md"
diff --git a/src/crewai/cli/templates/crew/pyproject.toml b/src/crewai/cli/templates/crew/pyproject.toml
index a14e67972..0e9145b67 100644
--- a/src/crewai/cli/templates/crew/pyproject.toml
+++ b/src/crewai/cli/templates/crew/pyproject.toml
@@ -6,7 +6,7 @@ authors = ["Your Name "]
[tool.poetry.dependencies]
python = ">=3.10,<=3.13"
-crewai = { extras = ["tools"], version = ">=0.64.0,<1.0.0" }
+crewai = { extras = ["tools"], version = ">=0.65.2,<1.0.0" }
[tool.poetry.scripts]
diff --git a/src/crewai/cli/templates/pipeline/pyproject.toml b/src/crewai/cli/templates/pipeline/pyproject.toml
index e96b79d8a..196616137 100644
--- a/src/crewai/cli/templates/pipeline/pyproject.toml
+++ b/src/crewai/cli/templates/pipeline/pyproject.toml
@@ -6,7 +6,7 @@ authors = ["Your Name "]
[tool.poetry.dependencies]
python = ">=3.10,<=3.13"
-crewai = { extras = ["tools"], version = ">=0.64.0,<1.0.0" }
+crewai = { extras = ["tools"], version = ">=0.65.2,<1.0.0" }
asyncio = "*"
[tool.poetry.scripts]
diff --git a/src/crewai/cli/templates/pipeline_router/pyproject.toml b/src/crewai/cli/templates/pipeline_router/pyproject.toml
index e97889548..2aee6a888 100644
--- a/src/crewai/cli/templates/pipeline_router/pyproject.toml
+++ b/src/crewai/cli/templates/pipeline_router/pyproject.toml
@@ -6,7 +6,7 @@ authors = ["Your Name "]
[tool.poetry.dependencies]
python = ">=3.10,<=3.13"
-crewai = { extras = ["tools"], version = ">=0.64.0,<1.0.0" }
+crewai = { extras = ["tools"], version = ">=0.65.2,<1.0.0" }
[tool.poetry.scripts]