fix: Langfuse version limit (#923)
<!-- .github/pull_request_template.md --> ## Description <!-- Provide a clear description of the changes in this PR --> ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin. --------- Co-authored-by: Igor Ilic <igorilic03@gmail.com>
This commit is contained in:
parent
f7babc15f7
commit
e94952c033
3 changed files with 3716 additions and 3718 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
|
@ -11988,4 +11988,4 @@ weaviate = ["weaviate-client"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = ">=3.10,<=3.13"
|
python-versions = ">=3.10,<=3.13"
|
||||||
content-hash = "15b319ff8dbe5bd88e41ead93f4e9140b2b7d86d57a707682dd3a308e78ef245"
|
content-hash = "870786642a6bdb2aa7468332b1242207f80fc5b7aee04a973fc843ec8c7867a9"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "cognee"
|
name = "cognee"
|
||||||
version = "0.1.41"
|
version = "0.1.42"
|
||||||
description = "Cognee - is a library for enriching LLM context with a semantic layer for better understanding and reasoning."
|
description = "Cognee - is a library for enriching LLM context with a semantic layer for better understanding and reasoning."
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Vasilije Markovic" },
|
{ name = "Vasilije Markovic" },
|
||||||
|
|
@ -35,7 +35,7 @@ dependencies = [
|
||||||
"tiktoken<=0.9.0",
|
"tiktoken<=0.9.0",
|
||||||
"litellm>=1.57.4",
|
"litellm>=1.57.4",
|
||||||
"instructor==1.7.2",
|
"instructor==1.7.2",
|
||||||
"langfuse>=2.32.0",
|
"langfuse>=2.32.0,<3",
|
||||||
"filetype>=1.2.0",
|
"filetype>=1.2.0",
|
||||||
"aiohttp>=3.11.14",
|
"aiohttp>=3.11.14",
|
||||||
"aiofiles>=23.2.1",
|
"aiofiles>=23.2.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue