From 97dcc3a9c432f8bcc9c767fd8300d3a5e81a9564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 02:34:27 +0000 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [langchain](https://github.com/langchain-ai/langchain) and [pypdf](https://github.com/py-pdf/pypdf). Updates `langchain` from 1.2.18 to 1.3.10 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==1.2.18...langchain==1.3.10) Updates `pypdf` from 6.12.0 to 6.13.3 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/6.12.0...6.13.3) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.3.10 dependency-type: direct:production dependency-group: pip - dependency-name: pypdf dependency-version: 6.13.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c2203ee90ff..6d71c2ace51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,10 +20,10 @@ dependencies = [ "psutil==7.0.0", "beautifulsoup4==4.13.4", "jieba==0.42.1", - "langchain==1.2.18", + "langchain==1.3.10", "langchain-core==1.3.3", "langchain-openai==1.2.1", - "langchain-anthropic==1.4.3", + "langchain-anthropic==1.4.6", "langchain-community==0.4.1", "langchain-deepseek==1.0.1", "langchain-google-genai==4.2.2", @@ -52,7 +52,7 @@ dependencies = [ "python-docx==1.2.0", "xlrd==2.0.2", "xlwt==1.3.0", - "pypdf==6.12.0", + "pypdf==6.13.3", "pydub==0.25.1", "pysilk==0.0.1", "gunicorn==23.0.0",