From 989bebffa7b163c27644e9d72e6df88d63ace2ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 18:47:40 +0000 Subject: [PATCH] chore(deps): bump langchain-core in /sdks/py/langchain Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 1.0.4 to 1.2.5. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==1.0.4...langchain-core==1.2.5) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.2.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdks/py/langchain/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/py/langchain/requirements.txt b/sdks/py/langchain/requirements.txt index 70c978d..8e0abda 100644 --- a/sdks/py/langchain/requirements.txt +++ b/sdks/py/langchain/requirements.txt @@ -1,4 +1,4 @@ sentry-sdk==2.46.0 -langchain-core==1.0.4 +langchain-core==1.2.5 langchain-openai==1.0.2 python-dotenv==1.2.1