Skip to content

Commit fc4e13b

Browse files
build(deps): bump the pip group across 1 directory with 8 updates
Bumps the pip group with 8 updates in the /WHartTest_Django directory: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `5.2` | `5.2.8` | | [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) | `5.3.1` | `5.5.1` | | [langchain-core](https://github.com/langchain-ai/langchain) | `0.3.60` | `0.3.80` | | [langgraph-checkpoint](https://github.com/langchain-ai/langgraph) | `2.0.26` | `3.0.0` | | [langgraph-checkpoint-sqlite](https://github.com/langchain-ai/langgraph) | `2.0.10` | `2.0.11` | | [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.24` | `0.3.27` | | [langchain-text-splitters](https://github.com/langchain-ai/langchain) | `0.3.8` | `0.3.9` | | [pypdf](https://github.com/py-pdf/pypdf) | `5.6.0` | `6.4.0` | Updates `django` from 5.2 to 5.2.8 - [Commits](django/django@5.2...5.2.8) Updates `djangorestframework-simplejwt` from 5.3.1 to 5.5.1 - [Release notes](https://github.com/jazzband/djangorestframework-simplejwt/releases) - [Changelog](https://github.com/jazzband/djangorestframework-simplejwt/blob/master/CHANGELOG.md) - [Commits](jazzband/djangorestframework-simplejwt@v5.3.1...v5.5.1) Updates `langchain-core` from 0.3.60 to 0.3.80 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-core==0.3.60...langchain-core==0.3.80) Updates `langgraph-checkpoint` from 2.0.26 to 3.0.0 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](langchain-ai/langgraph@checkpoint==2.0.26...checkpoint==3.0.0) Updates `langgraph-checkpoint-sqlite` from 2.0.10 to 2.0.11 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](langchain-ai/langgraph@checkpoint==2.0.10...checkpointsqlite==2.0.11) Updates `langchain-community` from 0.3.24 to 0.3.27 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain==0.3.24...langchain==0.3.27) Updates `langchain-text-splitters` from 0.3.8 to 0.3.9 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-text-splitters==0.3.8...langchain-text-splitters==0.3.9) Updates `pypdf` from 5.6.0 to 6.4.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](py-pdf/pypdf@5.6.0...6.4.0) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.8 dependency-type: direct:production dependency-group: pip - dependency-name: djangorestframework-simplejwt dependency-version: 5.5.1 dependency-type: direct:production dependency-group: pip - dependency-name: langchain-core dependency-version: 0.3.80 dependency-type: direct:production dependency-group: pip - dependency-name: langgraph-checkpoint dependency-version: 3.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: langgraph-checkpoint-sqlite dependency-version: 2.0.11 dependency-type: direct:production dependency-group: pip - dependency-name: langchain-community dependency-version: 0.3.27 dependency-type: direct:production dependency-group: pip - dependency-name: langchain-text-splitters dependency-version: 0.3.9 dependency-type: direct:production dependency-group: pip - dependency-name: pypdf dependency-version: 6.4.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bad3784 commit fc4e13b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

WHartTest_Django/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Django Web框架 - BSD许可证 (当前版本: 5.2)
22
# https://github.com/django/django/blob/main/LICENSE
3-
Django==5.2
3+
Django==5.2.8
44

55
# Django REST框架 - BSD许可证 (当前版本: 3.16.0)
66
# https://github.com/encode/django-rest-framework/blob/master/LICENSE.md
77
djangorestframework==3.16.0
88

99
# JWT认证支持 - MIT许可证 (当前版本: 5.3.1)
1010
# https://github.com/jazzband/djangorestframework-simplejwt/blob/master/LICENSE
11-
djangorestframework-simplejwt==5.3.1
11+
djangorestframework-simplejwt==5.5.1
1212

1313
# API文档生成 - BSD许可证 (当前版本: 0.28.0)
1414
# https://github.com/tfranzel/drf-spectacular/blob/master/LICENSE
@@ -56,15 +56,15 @@ anthropic==0.48.0
5656

5757
# LangChain核心库 - MIT许可证 (当前版本: 0.3.60)
5858
# https://github.com/langchain-ai/langchain/blob/master/libs/core/LICENSE
59-
langchain-core==0.3.60
59+
langchain-core==0.3.80
6060

6161
# LangChain实验性功能 - MIT许可证 (当前版本: 0.3.4)
6262
# https://github.com/langchain-ai/langchain/blob/master/libs/experimental/LICENSE
6363
langchain-experimental==0.3.4
6464

6565
# LangGraph检查点 - MIT许可证 (当前版本: 2.0.26)
6666
# https://github.com/langchain-ai/langgraph/blob/main/libs/checkpoint/LICENSE
67-
langgraph-checkpoint==2.0.26
67+
langgraph-checkpoint==3.0.0
6868

6969
# LangGraph预构建组件 - MIT许可证 (当前版本: 0.2.2)
7070
# https://github.com/langchain-ai/langgraph/blob/main/libs/prebuilt/LICENSE
@@ -80,7 +80,7 @@ langsmith==0.3.45
8080

8181
# LangGraph SQLite检查点 - MIT许可证 (当前版本: 2.0.10)
8282
# https://github.com/langchain-ai/langgraph/blob/main/libs/checkpoint-sqlite/LICENSE
83-
langgraph-checkpoint-sqlite==2.0.10
83+
langgraph-checkpoint-sqlite==2.0.11
8484

8585
# LangChain MCP适配器 - MIT许可证 (当前版本: 0.1.9)
8686
# https://github.com/langchain-ai/langchain-mcp-adapters/blob/main/LICENSE
@@ -93,11 +93,11 @@ openpyxl==3.1.5
9393
# 知识库依赖 - ChromaDB专用
9494
# LangChain社区库 - MIT许可证 (当前版本: 0.3.24)
9595
# https://github.com/langchain-ai/langchain/blob/master/libs/community/LICENSE
96-
langchain-community==0.3.24
96+
langchain-community==0.3.27
9797

9898
# 文本分割器 - MIT许可证 (当前版本: 0.3.8)
9999
# https://github.com/langchain-ai/langchain/blob/master/libs/text-splitters/LICENSE
100-
langchain-text-splitters==0.3.8
100+
langchain-text-splitters==0.3.9
101101

102102
# ChromaDB向量数据库 - Apache 2.0许可证 (当前版本: 1.0.12)
103103
# https://github.com/chroma-core/chroma/blob/main/LICENSE
@@ -172,7 +172,7 @@ beautifulsoup4==4.13.3
172172
# 文档处理依赖
173173
# PDF文件处理 - BSD许可证 (当前版本: 5.6.0)
174174
# https://github.com/py-pdf/pypdf/blob/main/LICENSE
175-
pypdf==5.6.0
175+
pypdf==6.4.0
176176

177177
# Word文档处理 - MIT许可证 (当前版本: 1.1.2)
178178
# https://github.com/python-openxml/python-docx/blob/master/LICENSE

0 commit comments

Comments
 (0)