diff --git a/cognee-mcp/pyproject.toml b/cognee-mcp/pyproject.toml index 858133e89..dcdf24e49 100644 --- a/cognee-mcp/pyproject.toml +++ b/cognee-mcp/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.10" dependencies = [ - "cognee[postgres,codegraph,gemini,huggingface]==0.1.36", + "cognee[postgres,codegraph,gemini,huggingface]==0.1.37", "mcp==1.5.0", "uv>=0.6.3", ]