From a98562b7e0954830f9dfe27aa295288741befd30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 00:00:48 +0000 Subject: [PATCH] chore(deps): bump langchain-core in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [langchain-core](https://github.com/langchain-ai/langchain). Updates `langchain-core` from 1.3.0 to 1.3.3 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==1.3.0...langchain-core==1.3.3) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.3.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9240cd04e2..0f201522acd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "beautifulsoup4==4.13.4", "jieba==0.42.1", "langchain==1.2.15", - "langchain-core==1.3.0", + "langchain-core==1.3.3", "langchain-openai==1.2.0", "langchain-anthropic==1.4.1", "langchain-community==0.4.1",