From 3559b21bb0257f633b4ea7bfebf7a5d3b1349f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 03:16:39 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 9 updates Bumps the pip group with 9 updates in the /WHartTest_Django directory: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `5.2` | `5.2.14` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.1` | `1.2.2` | | [langgraph](https://github.com/langchain-ai/langgraph) | `1.0.6` | `1.0.10rc1` | | [langchain](https://github.com/langchain-ai/langchain) | `1.2.3` | `1.3.9` | | [langchain-openai](https://github.com/langchain-ai/langchain) | `1.1.7` | `1.1.14` | | [langchain-core](https://github.com/langchain-ai/langchain) | `1.2.7` | `1.3.3` | | [langgraph-checkpoint](https://github.com/langchain-ai/langgraph) | `4.0.0` | `4.1.1` | | [langchain-text-splitters](https://github.com/langchain-ai/langchain) | `1.1.0` | `1.1.2` | | [pypdf](https://github.com/py-pdf/pypdf) | `5.6.0` | `6.13.3` | Updates `django` from 5.2 to 5.2.14 - [Commits](https://github.com/django/django/compare/5.2...5.2.14) Updates `python-dotenv` from 1.1.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.1.1...v1.2.2) Updates `langgraph` from 1.0.6 to 1.0.10rc1 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/1.0.6...1.0.10rc1) Updates `langchain` from 1.2.3 to 1.3.9 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==1.2.3...langchain==1.3.9) Updates `langchain-openai` from 1.1.7 to 1.1.14 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==1.1.7...langchain-openai==1.1.14) Updates `langchain-core` from 1.2.7 to 1.3.3 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==1.2.7...langchain-core==1.3.3) Updates `langgraph-checkpoint` from 4.0.0 to 4.1.1 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/checkpoint==4.0.0...checkpoint==4.1.1) Updates `langchain-text-splitters` from 1.1.0 to 1.1.2 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-text-splitters==1.1.0...langchain-text-splitters==1.1.2) Updates `pypdf` from 5.6.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/5.6.0...6.13.3) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.14 dependency-type: direct:production - dependency-name: langchain dependency-version: 1.3.9 dependency-type: direct:production - dependency-name: langchain-core dependency-version: 1.3.3 dependency-type: direct:production - dependency-name: langchain-openai dependency-version: 1.1.14 dependency-type: direct:production - dependency-name: langchain-text-splitters dependency-version: 1.1.2 dependency-type: direct:production - dependency-name: langgraph dependency-version: 1.0.10rc1 dependency-type: direct:production - dependency-name: langgraph-checkpoint dependency-version: 4.1.1 dependency-type: direct:production - dependency-name: pypdf dependency-version: 6.13.3 dependency-type: direct:production - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- WHartTest_Django/requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/WHartTest_Django/requirements.txt b/WHartTest_Django/requirements.txt index 6b0af93c..af4b7554 100644 --- a/WHartTest_Django/requirements.txt +++ b/WHartTest_Django/requirements.txt @@ -1,6 +1,6 @@ # Django Web框架 - BSD许可证 (当前版本: 5.2) # https://github.com/django/django/blob/main/LICENSE -Django==5.2 +Django==5.2.14 # Django REST框架 - BSD许可证 (当前版本: 3.16.0) # https://github.com/encode/django-rest-framework/blob/master/LICENSE.md @@ -26,7 +26,7 @@ daphne==4.2.1 # 环境变量管理 - BSD许可证 (当前版本: 1.1.1) # https://github.com/theskumar/python-dotenv/blob/main/LICENSE -python-dotenv==1.1.1 +python-dotenv==1.2.2 # OpenAI API客户端 - MIT许可证 (v1.x 重大升级) # https://github.com/openai/openai-python/blob/main/LICENSE @@ -42,15 +42,15 @@ drf-nested-routers==0.94.2 # LangGraph工作流框架 - MIT许可证 (v1.x 重大升级) # https://github.com/langchain-ai/langgraph/blob/main/LICENSE -langgraph==1.0.6 +langgraph==1.0.10rc1 # LangChain主库 - MIT许可证 (v1.x 重大升级) # https://github.com/langchain-ai/langchain/blob/master/LICENSE -langchain==1.2.3 +langchain==1.3.9 # LangChain OpenAI集成 - MIT许可证 (v1.x 重大升级) # https://github.com/langchain-ai/langchain/blob/master/libs/partners/openai/LICENSE -langchain-openai==1.1.7 +langchain-openai==1.1.14 # LangChain DeepSeek集成 - MIT许可证 # https://github.com/langchain-ai/langchain/tree/main/libs/partners/deepseek @@ -67,7 +67,7 @@ langchain-qwq==0.3.4 # LangChain核心库 - MIT许可证 (v1.x 重大升级) # https://github.com/langchain-ai/langchain/blob/master/libs/core/LICENSE -langchain-core==1.2.7 +langchain-core==1.3.3 # LangChain实验性功能 - MIT许可证 (已移除 - 项目未使用) # 注意:langchain-experimental 尚未适配 v1.x 生态 @@ -76,7 +76,7 @@ langchain-core==1.2.7 # LangGraph检查点 - MIT许可证 (v1.x 重大升级) # https://github.com/langchain-ai/langgraph/blob/main/libs/checkpoint/LICENSE -langgraph-checkpoint==4.0.0 +langgraph-checkpoint==4.1.1 # LangGraph预构建组件 - MIT许可证 (v1.x 重大升级) # https://github.com/langchain-ai/langgraph/blob/main/libs/prebuilt/LICENSE @@ -128,7 +128,7 @@ langchain-community==0.4.1 # 文本分割器 - MIT许可证 (最新稳定版) # https://github.com/langchain-ai/langchain/blob/master/libs/text-splitters/LICENSE -langchain-text-splitters==1.1.0 +langchain-text-splitters==1.1.2 # Qdrant向量数据库 - Apache 2.0许可证 (v1.x 重大升级) # https://github.com/qdrant/qdrant-client/blob/master/LICENSE @@ -196,7 +196,7 @@ beautifulsoup4==4.13.3 # 文档处理依赖 # PDF文件处理 - BSD许可证 (当前版本: 5.6.0) # https://github.com/py-pdf/pypdf/blob/main/LICENSE -pypdf==5.6.0 +pypdf==6.13.3 # Word文档处理 - MIT许可证 (当前版本: 1.1.2) # https://github.com/python-openxml/python-docx/blob/master/LICENSE