From b705479af0ebb235bac4abc0fd3311f200b8e6f0 Mon Sep 17 00:00:00 2001 From: Boris Arzentar Date: Sat, 19 Apr 2025 21:48:28 +0200 Subject: [PATCH] chore: update cognee version --- cognee-mcp/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ]