From 1cdcc0a69e752b6dfd610749f3a19cd66535a842 Mon Sep 17 00:00:00 2001 From: Boris Arzentar Date: Sat, 19 Apr 2025 21:01:24 +0200 Subject: [PATCH 1/2] version: v0.1.37 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 903a2653a..a322e92ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognee" -version = "0.1.36" +version = "0.1.37" description = "Cognee - is a library for enriching LLM context with a semantic layer for better understanding and reasoning." authors = ["Vasilije Markovic", "Boris Arzentar"] readme = "README.md" From 0cf07fa68864fa34c497f9b8bba1cea8a4ea0102 Mon Sep 17 00:00:00 2001 From: Boris Arzentar Date: Sat, 19 Apr 2025 21:48:28 +0200 Subject: [PATCH 2/2] 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", ]