Skip to content

Commit 1a34c67

Browse files
dependabot[bot]liuruibin
authored andcommitted
build(deps): bump the python-dependencies group with 10 updates
Updates the requirements on [django](https://github.com/django/django), [django-db-connection-pool](https://github.com/altairbow/django-db-connection-pool), [langchain-openai](https://github.com/langchain-ai/langchain), langchain-mcp-adapters, [langchain-huggingface](https://github.com/langchain-ai/langchain), [langgraph](https://github.com/langchain-ai/langgraph), [boto3](https://github.com/boto/boto3), [tencentcloud-sdk-python](https://github.com/TencentCloud/tencentcloud-sdk-python), [anthropic](https://github.com/anthropics/anthropic-sdk-python) and [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. Updates `django` to 5.2.1 - [Commits](django/django@5.2...5.2.1) Updates `django-db-connection-pool` to 1.2.6 - [Release notes](https://github.com/altairbow/django-db-connection-pool/releases) - [Commits](altairbow/django-db-connection-pool@1.2.5...1.2.6) Updates `langchain-openai` to 0.3.16 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-openai==0.3.15...langchain-openai==0.3.16) Updates `langchain-mcp-adapters` to 0.0.10 Updates `langchain-huggingface` to 0.2.0 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-huggingface==0.1.2...langchain-huggingface==0.2.0) Updates `langgraph` to 0.4.3 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](langchain-ai/langgraph@0.4.1...0.4.3) Updates `boto3` to 1.38.11 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.38.6...1.38.11) Updates `tencentcloud-sdk-python` to 3.0.1374 - [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/SERVICE_CHANGELOG.md) - [Commits](TencentCloud/tencentcloud-sdk-python@3.0.1372...3.0.1374) Updates `anthropic` to 0.51.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.50.0...v0.51.0) Updates `pylint` to 3.3.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.6...v3.3.7) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: django-db-connection-pool dependency-version: 1.2.6 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-openai dependency-version: 0.3.16 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-mcp-adapters dependency-version: 0.0.10 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-huggingface dependency-version: 0.2.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langgraph dependency-version: 0.4.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.38.11 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: tencentcloud-sdk-python dependency-version: 3.0.1374 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: anthropic dependency-version: 0.51.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pylint dependency-version: 3.3.7 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f209d7 commit 1a34c67

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,33 @@ package-mode = false
88

99
[tool.poetry.dependencies]
1010
python = "^3.11"
11-
django = "5.2"
11+
django = "5.2.1"
1212
drf-spectacular = { extras = ["sidecar"], version = "0.28.0" }
1313
django-redis = "5.4.0"
14-
django-db-connection-pool = "1.2.5"
14+
django-db-connection-pool = "1.2.6"
1515
django-mptt = "0.17.0"
1616
psycopg = { extras = ["binary"], version = "3.2.7" }
1717
python-dotenv = "1.1.0"
1818
uuid-utils = "0.10.0"
1919
diskcache2 = "1.0.0"
2020
captcha = "0.7.1"
21-
langchain-openai = "0.3.15"
21+
langchain-openai = "0.3.16"
2222
langchain-anthropic = "0.3.12"
2323
langchain-community = "0.3.23"
2424
langchain-deepseek = "0.1.3"
2525
langchain-google-genai = "2.1.4"
26-
langchain-mcp-adapters = "0.0.9"
27-
langchain-huggingface = "0.1.2"
26+
langchain-mcp-adapters = "0.0.10"
27+
langchain-huggingface = "0.2.0"
2828
langchain-ollama = "0.3.2"
29-
langgraph = "0.4.1"
29+
langgraph = "0.4.3"
3030
qianfan = "0.4.12.3"
3131
zhipuai = "2.1.5.20250421"
32-
boto3 = "1.38.6"
33-
tencentcloud-sdk-python = "3.0.1372"
32+
boto3 = "1.38.11"
33+
tencentcloud-sdk-python = "3.0.1374"
3434
xinference-client = "1.5.1"
35-
anthropic = "0.50.0"
35+
anthropic = "0.51.0"
3636
dashscope = "1.23.2"
37-
pylint = "3.3.6"
37+
pylint = "3.3.7"
3838
pydub = "0.25.1"
3939
cffi = "1.17.1"
4040
pysilk = "0.0.1"

0 commit comments

Comments
 (0)