diff --git a/pyproject.toml b/pyproject.toml
index ba9d14dfb1d24c11a161a8f5749a7472fd7783f7..9fcd7ac1b024165714ea4f4dade69168f816f104 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ name = "aidge_core"
 description="Core alogrithms for operators and graph of the AIDGE framework"
 dependencies = [
     "numpy>=1.21.6",
-    "Jinja2>=3.14"
+    "Jinja2>=3.1.2"
 ]
 requires-python = ">= 3.7"
 readme = "README.md"