Skip to content

Commit 85514f9

Browse files
build(deps): bump the python-dependencies group with 7 updates
Updates the requirements on [langchain-openai](https://github.com/langchain-ai/langchain), [langchain-google-genai](https://github.com/langchain-ai/langchain-google), [langchain-ollama](https://github.com/langchain-ai/langchain), zhipuai, [boto3](https://github.com/boto/boto3), [tencentcloud-sdk-python](https://github.com/TencentCloud/tencentcloud-sdk-python) and [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version. Updates `langchain-openai` to 0.3.28 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-openai==0.3.27...langchain-openai==0.3.28) Updates `langchain-google-genai` to 2.1.8 - [Release notes](https://github.com/langchain-ai/langchain-google/releases) - [Commits](langchain-ai/langchain-google@libs/genai/v2.1.7...libs/genai/v2.1.8) Updates `langchain-ollama` to 0.3.5 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-ollama==0.3.4...langchain-ollama==0.3.5) Updates `zhipuai` to 2.1.5.20250716 Updates `boto3` to 1.39.7 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.39.4...1.39.7) Updates `tencentcloud-sdk-python` to 3.0.1424 - [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/SERVICE_CHANGELOG.md) - [Commits](TencentCloud/tencentcloud-sdk-python@3.0.1420...3.0.1424) Updates `pypdf` to 5.8.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.7.0...5.8.0) --- updated-dependencies: - dependency-name: langchain-openai dependency-version: 0.3.28 dependency-type: direct:production dependency-group: pip - dependency-name: langchain-google-genai dependency-version: 2.1.8 dependency-type: direct:production dependency-group: pip - dependency-name: langchain-ollama dependency-version: 0.3.5 dependency-type: direct:production dependency-group: pip - dependency-name: zhipuai dependency-version: 2.1.5.20250716 dependency-type: direct:production dependency-group: pip - dependency-name: boto3 dependency-version: 1.39.7 dependency-type: direct:production dependency-group: pip - dependency-name: tencentcloud-sdk-python dependency-version: 3.0.1424 dependency-type: direct:production dependency-group: pip - dependency-name: pypdf dependency-version: 5.8.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c96de7a commit 85514f9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,24 @@ beautifulsoup4 = "4.13.4"
2828
jieba = "0.42.1"
2929

3030
# LLM及AI相关
31-
langchain-openai = "0.3.27"
31+
langchain-openai = "0.3.28"
3232
langchain-anthropic = "0.3.17"
3333
langchain-community = "0.3.27"
3434
langchain-deepseek = "0.1.3"
35-
langchain-google-genai = "2.1.7"
35+
langchain-google-genai = "2.1.8"
3636
langchain-mcp-adapters = "0.1.9"
3737
langchain-huggingface = "0.3.0"
38-
langchain-ollama = "0.3.4"
38+
langchain-ollama = "0.3.5"
3939
langgraph = "0.5.3"
4040
torch = "2.7.1"
4141
sentence-transformers = "5.0.0"
4242

4343
# 云服务SDK
4444
qianfan = "0.4.12.3"
45-
zhipuai = "2.1.5.20250708"
45+
zhipuai = "2.1.5.20250716"
4646
volcengine-python-sdk = {version = "4.0.5", extras = ["ark"]}
47-
boto3 = "1.39.4"
48-
tencentcloud-sdk-python = "3.0.1420"
47+
boto3 = "1.39.7"
48+
tencentcloud-sdk-python = "3.0.1424"
4949
xinference-client = "1.7.1.post1"
5050
anthropic = "0.57.1"
5151
dashscope = "1.23.8"
@@ -63,7 +63,7 @@ python-docx = "1.2.0"
6363
xlrd = "2.0.2"
6464
xlwt = "1.3.0"
6565
pymupdf = "1.26.3"
66-
pypdf = "5.7.0"
66+
pypdf = "5.8.0"
6767

6868
# 音频处理
6969
pydub = "0.25.1"

0 commit comments

Comments
 (0)