From b6a0d54a061cf229139c979a404ce2c3d5a20b1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 16:42:03 +0000 Subject: [PATCH] build(deps): bump langchain Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.3.30 to 1.3.9. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.30...langchain==1.3.9) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.3.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../examples/manual/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation-genai/opentelemetry-instrumentation-langchain/examples/manual/requirements.txt b/instrumentation-genai/opentelemetry-instrumentation-langchain/examples/manual/requirements.txt index 073d5c3032..28c896136c 100644 --- a/instrumentation-genai/opentelemetry-instrumentation-langchain/examples/manual/requirements.txt +++ b/instrumentation-genai/opentelemetry-instrumentation-langchain/examples/manual/requirements.txt @@ -1,4 +1,4 @@ -langchain==0.3.30 +langchain==1.3.9 langchain_openai opentelemetry-sdk>=1.31.0 opentelemetry-exporter-otlp-proto-grpc>=1.31.0