Merge branch 'dev' of github.com:topoteretes/cognee into dev

This commit is contained in:
vasilije 2025-04-20 13:10:00 +02:00
commit f072e8da95
2 changed files with 2 additions and 2 deletions

View file

@ -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",
]

View file

@ -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"