From d29549e4e94e835843d1ddb44dd11344c8be2fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 05:15:47 +0000 Subject: [PATCH] chore(deps): Update openinference-instrumentation-langchain requirement Updates the requirements on [openinference-instrumentation-langchain](https://github.com/Arize-ai/openinference) to permit the latest version. - [Release notes](https://github.com/Arize-ai/openinference/releases) - [Commits](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-langchain-v0.1.36...python-openinference-instrumentation-langchain-v0.1.62) --- updated-dependencies: - dependency-name: openinference-instrumentation-langchain dependency-version: 0.1.62 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- a2a/file_organizer/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a2a/file_organizer/pyproject.toml b/a2a/file_organizer/pyproject.toml index bf3c6735..821e86d4 100644 --- a/a2a/file_organizer/pyproject.toml +++ b/a2a/file_organizer/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "langchain-community>=0.3.27", "langchain-ollama>=0.2.1", "langchain-openai>=0.3.7", - "openinference-instrumentation-langchain>=0.1.36", + "openinference-instrumentation-langchain>=0.1.62", "pydantic-settings>=2.8.1", "langchain-mcp-adapters>=0.1.0", "python-keycloak>=5.5.1",