Skip to content

Commit e94952c

Browse files
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>
1 parent f7babc1 commit e94952c

File tree

3 files changed

+3773
-3775
lines changed

3 files changed

+3773
-3775
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cognee"
3-
version = "0.1.41"
3+
version = "0.1.42"
44
description = "Cognee - is a library for enriching LLM context with a semantic layer for better understanding and reasoning."
55
authors = [
66
{ name = "Vasilije Markovic" },
@@ -35,7 +35,7 @@ dependencies = [
3535
"tiktoken<=0.9.0",
3636
"litellm>=1.57.4",
3737
"instructor==1.7.2",
38-
"langfuse>=2.32.0",
38+
"langfuse>=2.32.0,<3",
3939
"filetype>=1.2.0",
4040
"aiohttp>=3.11.14",
4141
"aiofiles>=23.2.1",

0 commit comments

Comments
 (0)