From e012df5818303f48ae4f5e82f00ffeab8df8af39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 09:24:25 +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.0.7. - [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.0.7) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.0.7 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..1d0bdca 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.0.7 langchain-openai==1.0.2 python-dotenv==1.2.1