From 61079ac1a8c571d07202c22e64653bab86b8b6fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 03:13:10 +0000 Subject: [PATCH] chore(deps): Update langfuse requirement Updates the requirements on [langfuse](https://github.com/langfuse/langfuse) to permit the latest version. - [Release notes](https://github.com/langfuse/langfuse/releases) - [Commits](https://github.com/langfuse/langfuse/commits) --- updated-dependencies: - dependency-name: langfuse dependency-version: 3.14.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 312dab5..a04a9ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "unstructured[pdf,md]>=0.16.0,<1.0", "pymupdf>=1.25.0,<2.0", # Observability - "langfuse>=2.56.0,<3.0", + "langfuse>=2.56.0,<4.0", "opentelemetry-api>=1.28.0,<2.0", "opentelemetry-sdk>=1.28.0,<2.0", "opentelemetry-exporter-otlp>=1.28.0,<2.0",