From 3705cc3d635f68d2946cc129c5d4f01f83b1df30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 10:44:39 +0000 Subject: [PATCH] chore(deps): bump langfuse from 4.14.1 to 4.14.2 Bumps [langfuse](https://github.com/langfuse/langfuse) from 4.14.1 to 4.14.2. - [Release notes](https://github.com/langfuse/langfuse/releases) - [Commits](https://github.com/langfuse/langfuse/commits) --- updated-dependencies: - dependency-name: langfuse dependency-version: 4.14.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 37485ba..726e54e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "langgraph>=0.1.0", "langchain-core>=1.5.1", "langchain-google-genai>=4.3.1", - "langfuse>=4.14.1", + "langfuse>=4.14.2", "litellm>=1.93.0", "langchain-community>=0.4.2", "langchain-litellm>=0.6.4", diff --git a/uv.lock b/uv.lock index 579f01d..0bf67a9 100644 --- a/uv.lock +++ b/uv.lock @@ -1281,7 +1281,7 @@ wheels = [ [[package]] name = "langfuse" -version = "4.14.1" +version = "4.14.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "backoff" }, @@ -1293,9 +1293,9 @@ dependencies = [ { name = "pydantic" }, { name = "wrapt" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a1/61/bb7fa00f5334a670c9aae1f053bc725654a0ca5435fa17d0cb103df8c978/langfuse-4.14.1.tar.gz", hash = "sha256:576641820ae79aeca71453c8eff3c8c35d53f7e41729c918f59eb81f7499faf9", size = 381977, upload-time = "2026-07-20T08:44:04.669Z" } +sdist = { url = "https://files.pythonhosted.org/packages/36/7c/4cdf76a100f169a0855d4a7e69598a3bbe19bd2f048c5de3c298af1aa2c0/langfuse-4.14.2.tar.gz", hash = "sha256:76eb3f2c2106ddd63271154d1a33f8b3d4036f449a9f9b48403c36bd5e7c1bba", size = 389507, upload-time = "2026-07-30T11:54:48.46Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e6/e4/6c305af16f1ce344271dd829383b7af586530cf60b55af1aaf274ca37ba9/langfuse-4.14.1-py3-none-any.whl", hash = "sha256:07d19f16338b8e21f8e5996b7e6c3ed150ee582fbaa6275ac9eeea297093f4be", size = 669448, upload-time = "2026-07-20T08:44:05.682Z" }, + { url = "https://files.pythonhosted.org/packages/8b/b5/1499bcedb6872e8acc4e7043c522c9f3a4fe2eafd78a6f37e73308d18753/langfuse-4.14.2-py3-none-any.whl", hash = "sha256:27879cbaea570e94323c6ced60a0997feedf5294f18b51436009947c42f9f92e", size = 688132, upload-time = "2026-07-30T11:54:49.553Z" }, ] [[package]] @@ -2387,7 +2387,7 @@ requires-dist = [ { name = "langchain-google-genai", specifier = ">=4.3.1" }, { name = "langchain-litellm", specifier = ">=0.6.4" }, { name = "langchain-text-splitters", specifier = ">=0.3.0" }, - { name = "langfuse", specifier = ">=4.14.1" }, + { name = "langfuse", specifier = ">=4.14.2" }, { name = "langgraph", specifier = ">=0.1.0" }, { name = "litellm", specifier = ">=1.93.0" }, { name = "mcp", specifier = ">=0.1.0" },