chore: Update cognee version

This commit is contained in:
Igor Ilic 2025-09-11 21:58:16 +02:00
parent 517012ac35
commit f8d0380c62
3 changed files with 4 additions and 4 deletions

2
poetry.lock generated
View file

@ -11728,4 +11728,4 @@ posthog = ["posthog"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.10,<=3.13"
content-hash = "576318d370b89d128a7c3e755fe3c898fef4e359acdd3f05f952ae497751fb04"
content-hash = "1e8cdbf6919cea9657d51b7839630dac7a0d8a2815eca0bd811838a282051625"

View file

@ -1,7 +1,7 @@
[project]
name = "cognee"
version = "0.3.0"
version = "0.3.2"
description = "Cognee - is a library for enriching LLM context with a semantic layer for better understanding and reasoning."
authors = [
{ name = "Vasilije Markovic" },

4
uv.lock generated
View file

@ -807,7 +807,7 @@ wheels = [
[[package]]
name = "cognee"
version = "0.2.4"
version = "0.3.2"
source = { editable = "." }
dependencies = [
{ name = "aiofiles" },
@ -1029,7 +1029,7 @@ requires-dist = [
{ name = "pylance", specifier = ">=0.22.0,<1.0.0" },
{ name = "pylint", marker = "extra == 'dev'", specifier = ">=3.0.3,<4" },
{ name = "pympler", specifier = ">=1.1,<2.0.0" },
{ name = "pypdf", specifier = ">=4.1.0,<6.0.0" },
{ name = "pypdf", specifier = ">=4.1.0,<7.0.0" },
{ name = "pypika", marker = "extra == 'chromadb'", specifier = "==0.48.8" },
{ name = "pyside6", marker = "extra == 'gui'", specifier = ">=6.8.3,<7" },
{ name = "pytest", marker = "extra == 'dev'", specifier = ">=7.4.0,<8" },