We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fbbe2d commit 7c5e03fCopy full SHA for 7c5e03f
1 file changed
integrations/langfuse/pyproject.toml
@@ -22,7 +22,7 @@ classifiers = [
22
"Programming Language :: Python :: Implementation :: CPython",
23
"Programming Language :: Python :: Implementation :: PyPy",
24
]
25
-dependencies = ["haystack-ai>=2.13.0", "langfuse>=2.9.0"]
+dependencies = ["haystack-ai>=2.13.0", "langfuse>=2.9.0, <3.0.0"]
26
27
[project.urls]
28
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/langfuse#readme"
0 commit comments