Merge remote-tracking branch 'origin/dev' into feature/cog-3014-refactor-delete-feature

This commit is contained in:
Boris Arzentar 2025-10-14 15:13:14 +02:00
commit 82daeee6b9
No known key found for this signature in database
GPG key ID: D5CC274C784807B7
3 changed files with 3 additions and 3 deletions

2
poetry.lock generated
View file

@ -13659,4 +13659,4 @@ scraping = ["APScheduler", "beautifulsoup4", "lxml", "playwright", "protego", "t
[metadata]
lock-version = "2.1"
python-versions = ">=3.10,<=3.13"
content-hash = "c6eae37c0680f741564d1609d2bf2a25ed62d19ab4afa223ce9f7bce9be99e6f"
content-hash = "f56ce018c96211b8a67d74b4b53c3d333dd6aa964d4be4f9844db8710d130144"

View file

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

2
uv.lock generated
View file

@ -870,7 +870,7 @@ wheels = [
[[package]]
name = "cognee"
version = "0.3.5"
version = "0.3.6"
source = { editable = "." }
dependencies = [
{ name = "aiofiles" },