mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
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](https://github.com/django/django/compare/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](https://github.com/altairbow/django-db-connection-pool/compare/1.2.5...1.2.6) Updates `langchain-openai` to 0.3.16 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/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](https://github.com/langchain-ai/langchain/compare/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](https://github.com/langchain-ai/langgraph/compare/0.4.1...0.4.3) Updates `boto3` to 1.38.11 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/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](https://github.com/TencentCloud/tencentcloud-sdk-python/compare/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](https://github.com/anthropics/anthropic-sdk-python/compare/v0.50.0...v0.51.0) Updates `pylint` to 3.3.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/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>
This commit is contained in:
parent
6f209d740d
commit
1a34c67d46
|
|
@ -8,33 +8,33 @@ package-mode = false
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
django = "5.2"
|
||||
django = "5.2.1"
|
||||
drf-spectacular = { extras = ["sidecar"], version = "0.28.0" }
|
||||
django-redis = "5.4.0"
|
||||
django-db-connection-pool = "1.2.5"
|
||||
django-db-connection-pool = "1.2.6"
|
||||
django-mptt = "0.17.0"
|
||||
psycopg = { extras = ["binary"], version = "3.2.7" }
|
||||
python-dotenv = "1.1.0"
|
||||
uuid-utils = "0.10.0"
|
||||
diskcache2 = "1.0.0"
|
||||
captcha = "0.7.1"
|
||||
langchain-openai = "0.3.15"
|
||||
langchain-openai = "0.3.16"
|
||||
langchain-anthropic = "0.3.12"
|
||||
langchain-community = "0.3.23"
|
||||
langchain-deepseek = "0.1.3"
|
||||
langchain-google-genai = "2.1.4"
|
||||
langchain-mcp-adapters = "0.0.9"
|
||||
langchain-huggingface = "0.1.2"
|
||||
langchain-mcp-adapters = "0.0.10"
|
||||
langchain-huggingface = "0.2.0"
|
||||
langchain-ollama = "0.3.2"
|
||||
langgraph = "0.4.1"
|
||||
langgraph = "0.4.3"
|
||||
qianfan = "0.4.12.3"
|
||||
zhipuai = "2.1.5.20250421"
|
||||
boto3 = "1.38.6"
|
||||
tencentcloud-sdk-python = "3.0.1372"
|
||||
boto3 = "1.38.11"
|
||||
tencentcloud-sdk-python = "3.0.1374"
|
||||
xinference-client = "1.5.1"
|
||||
anthropic = "0.50.0"
|
||||
anthropic = "0.51.0"
|
||||
dashscope = "1.23.2"
|
||||
pylint = "3.3.6"
|
||||
pylint = "3.3.7"
|
||||
pydub = "0.25.1"
|
||||
cffi = "1.17.1"
|
||||
pysilk = "0.0.1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue