From 696f49c5df487998c60f95833e2e0babd0d06694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 08:56:53 +0000 Subject: [PATCH] chore(deps): update opentelemetry-instrumentation-langchain requirement Updates the requirements on [opentelemetry-instrumentation-langchain](https://github.com/traceloop/openllmetry) to permit the latest version. - [Release notes](https://github.com/traceloop/openllmetry/releases) - [Changelog](https://github.com/traceloop/openllmetry/blob/main/CHANGELOG.md) - [Commits](https://github.com/traceloop/openllmetry/compare/0.40.0...0.61.0) --- updated-dependencies: - dependency-name: opentelemetry-instrumentation-langchain dependency-version: 0.61.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/instrumentation/openinference-instrumentation-openllmetry/examples/requirements.txt b/python/instrumentation/openinference-instrumentation-openllmetry/examples/requirements.txt index 361a8919..0d932aae 100644 --- a/python/instrumentation/openinference-instrumentation-openllmetry/examples/requirements.txt +++ b/python/instrumentation/openinference-instrumentation-openllmetry/examples/requirements.txt @@ -5,7 +5,7 @@ grpcio>=1.60.0 # OpenTelemetry and Observability opentelemetry-sdk>=1.22.0 opentelemetry-instrumentation-openai>=0.40b0 -opentelemetry-instrumentation-langchain>=0.40b0 +opentelemetry-instrumentation-langchain>=0.61.0 opentelemetry-exporter-otlp-proto-grpc>=1.22.0 # provider dependencies