Skip to content

Commit 8a088e6

Browse files
dependabot[bot]liuruibin
authored andcommitted
build(deps): bump the python-dependencies group with 9 updates
Updates the requirements on [uuid-utils](https://github.com/aminalaee/uuid-utils), [langchain-openai](https://github.com/langchain-ai/langchain), langchain-mcp-adapters, [langchain-ollama](https://github.com/langchain-ai/langchain), [boto3](https://github.com/boto/boto3), [tencentcloud-sdk-python](https://github.com/TencentCloud/tencentcloud-sdk-python), [xinference-client](https://github.com/xorbitsai/inference-client), [anthropic](https://github.com/anthropics/anthropic-sdk-python) and [pymupdf](https://github.com/pymupdf/pymupdf) to permit the latest version. Updates `uuid-utils` to 0.11.0 - [Release notes](https://github.com/aminalaee/uuid-utils/releases) - [Commits](aminalaee/uuid-utils@0.10.0...0.11.0) Updates `langchain-openai` to 0.3.18 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-openai==0.3.17...langchain-openai==0.3.18) Updates `langchain-mcp-adapters` to 0.1.1 Updates `langchain-ollama` to 0.3.3 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-ollama==0.3.2...langchain-ollama==0.3.3) Updates `boto3` to 1.38.21 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.38.16...1.38.21) Updates `tencentcloud-sdk-python` to 3.0.1385 - [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/SERVICE_CHANGELOG.md) - [Commits](TencentCloud/tencentcloud-sdk-python@3.0.1379...3.0.1385) Updates `xinference-client` to 1.6.0 - [Release notes](https://github.com/xorbitsai/inference-client/releases) - [Commits](xorbitsai/inference-client@v1.5.1...v1.6.0) Updates `anthropic` to 0.52.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-python@v0.51.0...v0.52.0) Updates `pymupdf` to 1.26.0 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](pymupdf/PyMuPDF@1.25.5...1.26.0) --- updated-dependencies: - dependency-name: uuid-utils dependency-version: 0.11.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-openai dependency-version: 0.3.18 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-mcp-adapters dependency-version: 0.1.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-ollama dependency-version: 0.3.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.38.21 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: tencentcloud-sdk-python dependency-version: 3.0.1385 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: xinference-client dependency-version: 1.6.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: anthropic dependency-version: 0.52.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pymupdf dependency-version: 1.26.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 75b31ec commit 8a088e6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@ django-db-connection-pool = "1.2.6"
1515
django-mptt = "0.17.0"
1616
psycopg = { extras = ["binary"], version = "3.2.9" }
1717
python-dotenv = "1.1.0"
18-
uuid-utils = "0.10.0"
18+
uuid-utils = "0.11.0"
1919
diskcache2 = "1.0.0"
2020
captcha = "0.7.1"
21-
langchain-openai = "0.3.17"
21+
langchain-openai = "0.3.18"
2222
langchain-anthropic = "0.3.13"
2323
langchain-community = "0.3.24"
2424
langchain-deepseek = "0.1.3"
2525
langchain-google-genai = "2.1.4"
26-
langchain-mcp-adapters = "0.1.0"
26+
langchain-mcp-adapters = "0.1.1"
2727
langchain-huggingface = "0.2.0"
28-
langchain-ollama = "0.3.2"
28+
langchain-ollama = "0.3.3"
2929
langgraph = "0.4.5"
3030
qianfan = "0.4.12.3"
3131
zhipuai = "2.1.5.20250421"
32-
boto3 = "1.38.16"
33-
tencentcloud-sdk-python = "3.0.1379"
34-
xinference-client = "1.5.1"
35-
anthropic = "0.51.0"
32+
boto3 = "1.38.21"
33+
tencentcloud-sdk-python = "3.0.1385"
34+
xinference-client = "1.6.0"
35+
anthropic = "0.52.0"
3636
dashscope = "1.23.3"
3737
pylint = "3.3.7"
3838
pydub = "0.25.1"
@@ -50,7 +50,7 @@ openpyxl = "3.1.5"
5050
python-docx = "1.1.2"
5151
xlrd = "2.0.1"
5252
xlwt = "1.3.0"
53-
pymupdf = "1.25.5"
53+
pymupdf = "1.26.0"
5454
pypdf = "5.5.0"
5555
[build-system]
5656
requires = ["poetry-core"]

0 commit comments

Comments
 (0)