UnisKB/pyproject.toml

68 lines
1.6 KiB
TOML
Raw Normal View History

2025-04-14 12:11:23 +00:00
[tool.poetry]
name = "maxkb"
2025-04-18 06:10:16 +00:00
version = "2.0.0"
description = "企业级 AI 助手"
2025-04-14 12:11:23 +00:00
authors = ["shaohuzhang1 <shaohu.zhang@fit2cloud.com>"]
readme = "README.md"
2025-04-18 06:10:16 +00:00
package-mode = false
2025-04-14 12:11:23 +00:00
[tool.poetry.dependencies]
python = "^3.11"
build(deps): bump the python-dependencies group with 15 updates Updates the requirements on [django](https://github.com/django/django), [langchain-openai](https://github.com/langchain-ai/langchain), [langchain-anthropic](https://github.com/langchain-ai/langchain), [langchain-community](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), [xinference-client](https://github.com/xorbitsai/inference-client), [anthropic](https://github.com/anthropics/anthropic-sdk-python), [dashscope](https://dashscope.aliyun.com/), [celery](https://github.com/celery/celery), [pymupdf](https://github.com/pymupdf/pymupdf) and [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version. Updates `django` to 5.2.3 - [Commits](https://github.com/django/django/compare/5.2.1...5.2.3) Updates `langchain-openai` to 0.3.22 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.3.18...langchain-openai==0.3.22) Updates `langchain-anthropic` to 0.3.15 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-anthropic==0.3.14...langchain-anthropic==0.3.15) Updates `langchain-community` to 0.3.25 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.24...langchain==0.3.25) Updates `langchain-mcp-adapters` to 0.1.7 Updates `langchain-huggingface` to 0.3.0 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-huggingface==0.2.0...langchain-huggingface==0.3.0) Updates `langgraph` to 0.4.8 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.4.7...0.4.8) Updates `boto3` to 1.38.35 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.25...1.38.35) Updates `tencentcloud-sdk-python` to 3.0.1400 - [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/SERVICE_CHANGELOG.md) - [Commits](https://github.com/TencentCloud/tencentcloud-sdk-python/compare/3.0.1390...3.0.1400) Updates `xinference-client` to 1.6.1 - [Release notes](https://github.com/xorbitsai/inference-client/releases) - [Commits](https://github.com/xorbitsai/inference-client/compare/v1.6.0...v1.6.1) Updates `anthropic` to 0.54.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.52.1...v0.54.0) Updates `dashscope` to 1.23.4 Updates `celery` to 5.5.3 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v5.5.2...v5.5.3) Updates `pymupdf` to 1.26.1 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](https://github.com/pymupdf/pymupdf/compare/1.26.0...1.26.1) Updates `pypdf` to 5.6.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/5.5.0...5.6.0) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-openai dependency-version: 0.3.22 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-anthropic dependency-version: 0.3.15 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-community dependency-version: 0.3.25 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-mcp-adapters dependency-version: 0.1.7 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-huggingface dependency-version: 0.3.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langgraph dependency-version: 0.4.8 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.38.35 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: tencentcloud-sdk-python dependency-version: 3.0.1400 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: xinference-client dependency-version: 1.6.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: anthropic dependency-version: 0.54.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: dashscope dependency-version: 1.23.4 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: celery dependency-version: 5.5.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pymupdf dependency-version: 1.26.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pypdf dependency-version: 5.6.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-06-12 18:35:53 +00:00
django = "5.2.3"
drf-spectacular = { extras = ["sidecar"], version = "0.28.0" }
django-redis = "5.4.0"
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>
2025-05-08 18:24:06 +00:00
django-db-connection-pool = "1.2.6"
django-mptt = "0.17.0"
build(deps): bump the python-dependencies group with 10 updates Updates the requirements on [psycopg](https://github.com/psycopg/psycopg), [langchain-openai](https://github.com/langchain-ai/langchain), [langchain-anthropic](https://github.com/langchain-ai/langchain), [langchain-community](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), [dashscope](https://dashscope.aliyun.com/), [django-celery-beat](https://github.com/celery/django-celery-beat) and [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version. Updates `psycopg` to 3.2.9 - [Changelog](https://github.com/psycopg/psycopg/blob/3.2.9/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.7...3.2.9) Updates `langchain-openai` to 0.3.17 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.3.16...langchain-openai==0.3.17) Updates `langchain-anthropic` to 0.3.13 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-anthropic==0.3.12...langchain-anthropic==0.3.13) Updates `langchain-community` to 0.3.24 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.23...langchain==0.3.24) Updates `langgraph` to 0.4.5 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.4.3...0.4.5) Updates `boto3` to 1.38.16 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.11...1.38.16) Updates `tencentcloud-sdk-python` to 3.0.1379 - [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/SERVICE_CHANGELOG.md) - [Commits](https://github.com/TencentCloud/tencentcloud-sdk-python/compare/3.0.1374...3.0.1379) Updates `dashscope` to 1.23.3 Updates `django-celery-beat` to 2.8.1 - [Release notes](https://github.com/celery/django-celery-beat/releases) - [Changelog](https://github.com/celery/django-celery-beat/blob/main/Changelog) - [Commits](https://github.com/celery/django-celery-beat/compare/v2.8.0...v2.8.1) Updates `pypdf` to 5.5.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/5.4.0...5.5.0) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.2.9 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-openai dependency-version: 0.3.17 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-anthropic dependency-version: 0.3.13 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-community dependency-version: 0.3.24 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langgraph dependency-version: 0.4.5 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.38.16 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: tencentcloud-sdk-python dependency-version: 3.0.1379 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: dashscope dependency-version: 1.23.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: django-celery-beat dependency-version: 2.8.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pypdf dependency-version: 5.5.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-05-15 18:41:46 +00:00
psycopg = { extras = ["binary"], version = "3.2.9" }
python-dotenv = "1.1.0"
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](https://github.com/aminalaee/uuid-utils/compare/0.10.0...0.11.0) Updates `langchain-openai` to 0.3.18 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/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](https://github.com/langchain-ai/langchain/compare/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](https://github.com/boto/boto3/compare/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](https://github.com/TencentCloud/tencentcloud-sdk-python/compare/3.0.1379...3.0.1385) Updates `xinference-client` to 1.6.0 - [Release notes](https://github.com/xorbitsai/inference-client/releases) - [Commits](https://github.com/xorbitsai/inference-client/compare/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](https://github.com/anthropics/anthropic-sdk-python/compare/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](https://github.com/pymupdf/pymupdf/compare/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] <support@github.com>
2025-05-22 18:33:51 +00:00
uuid-utils = "0.11.0"
diskcache2 = "1.0.0"
2025-04-17 11:16:54 +00:00
captcha = "0.7.1"
build(deps): bump the python-dependencies group with 15 updates Updates the requirements on [django](https://github.com/django/django), [langchain-openai](https://github.com/langchain-ai/langchain), [langchain-anthropic](https://github.com/langchain-ai/langchain), [langchain-community](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), [xinference-client](https://github.com/xorbitsai/inference-client), [anthropic](https://github.com/anthropics/anthropic-sdk-python), [dashscope](https://dashscope.aliyun.com/), [celery](https://github.com/celery/celery), [pymupdf](https://github.com/pymupdf/pymupdf) and [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version. Updates `django` to 5.2.3 - [Commits](https://github.com/django/django/compare/5.2.1...5.2.3) Updates `langchain-openai` to 0.3.22 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.3.18...langchain-openai==0.3.22) Updates `langchain-anthropic` to 0.3.15 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-anthropic==0.3.14...langchain-anthropic==0.3.15) Updates `langchain-community` to 0.3.25 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.24...langchain==0.3.25) Updates `langchain-mcp-adapters` to 0.1.7 Updates `langchain-huggingface` to 0.3.0 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-huggingface==0.2.0...langchain-huggingface==0.3.0) Updates `langgraph` to 0.4.8 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.4.7...0.4.8) Updates `boto3` to 1.38.35 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.25...1.38.35) Updates `tencentcloud-sdk-python` to 3.0.1400 - [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/SERVICE_CHANGELOG.md) - [Commits](https://github.com/TencentCloud/tencentcloud-sdk-python/compare/3.0.1390...3.0.1400) Updates `xinference-client` to 1.6.1 - [Release notes](https://github.com/xorbitsai/inference-client/releases) - [Commits](https://github.com/xorbitsai/inference-client/compare/v1.6.0...v1.6.1) Updates `anthropic` to 0.54.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.52.1...v0.54.0) Updates `dashscope` to 1.23.4 Updates `celery` to 5.5.3 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v5.5.2...v5.5.3) Updates `pymupdf` to 1.26.1 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](https://github.com/pymupdf/pymupdf/compare/1.26.0...1.26.1) Updates `pypdf` to 5.6.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/5.5.0...5.6.0) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-openai dependency-version: 0.3.22 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-anthropic dependency-version: 0.3.15 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-community dependency-version: 0.3.25 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-mcp-adapters dependency-version: 0.1.7 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-huggingface dependency-version: 0.3.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langgraph dependency-version: 0.4.8 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.38.35 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: tencentcloud-sdk-python dependency-version: 3.0.1400 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: xinference-client dependency-version: 1.6.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: anthropic dependency-version: 0.54.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: dashscope dependency-version: 1.23.4 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: celery dependency-version: 5.5.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pymupdf dependency-version: 1.26.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pypdf dependency-version: 5.6.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-06-12 18:35:53 +00:00
langchain-openai = "0.3.22"
langchain-anthropic = "0.3.15"
langchain-community = "0.3.25"
langchain-deepseek = "0.1.3"
build(deps): bump the python-dependencies group with 8 updates Updates the requirements on [langchain-anthropic](https://github.com/langchain-ai/langchain), [langchain-google-genai](https://github.com/langchain-ai/langchain-google), langchain-mcp-adapters, [langgraph](https://github.com/langchain-ai/langgraph), zhipuai, [boto3](https://github.com/boto/boto3), [tencentcloud-sdk-python](https://github.com/TencentCloud/tencentcloud-sdk-python) and [anthropic](https://github.com/anthropics/anthropic-sdk-python) to permit the latest version. Updates `langchain-anthropic` to 0.3.14 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-anthropic==0.3.13...langchain-anthropic==0.3.14) Updates `langchain-google-genai` to 2.1.5 - [Release notes](https://github.com/langchain-ai/langchain-google/releases) - [Commits](https://github.com/langchain-ai/langchain-google/compare/libs/genai/v2.1.4...libs/genai/v2.1.5) Updates `langchain-mcp-adapters` to 0.1.4 Updates `langgraph` to 0.4.7 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.4.5...0.4.7) Updates `zhipuai` to 2.1.5.20250526 Updates `boto3` to 1.38.25 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.21...1.38.25) Updates `tencentcloud-sdk-python` to 3.0.1390 - [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/SERVICE_CHANGELOG.md) - [Commits](https://github.com/TencentCloud/tencentcloud-sdk-python/compare/3.0.1385...3.0.1390) Updates `anthropic` to 0.52.1 - [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.52.0...v0.52.1) --- updated-dependencies: - dependency-name: langchain-anthropic dependency-version: 0.3.14 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-google-genai dependency-version: 2.1.5 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-mcp-adapters dependency-version: 0.1.4 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langgraph dependency-version: 0.4.7 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: zhipuai dependency-version: 2.1.5.20250526 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.38.25 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: tencentcloud-sdk-python dependency-version: 3.0.1390 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: anthropic dependency-version: 0.52.1 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-05-29 18:32:19 +00:00
langchain-google-genai = "2.1.5"
build(deps): bump the python-dependencies group with 15 updates Updates the requirements on [django](https://github.com/django/django), [langchain-openai](https://github.com/langchain-ai/langchain), [langchain-anthropic](https://github.com/langchain-ai/langchain), [langchain-community](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), [xinference-client](https://github.com/xorbitsai/inference-client), [anthropic](https://github.com/anthropics/anthropic-sdk-python), [dashscope](https://dashscope.aliyun.com/), [celery](https://github.com/celery/celery), [pymupdf](https://github.com/pymupdf/pymupdf) and [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version. Updates `django` to 5.2.3 - [Commits](https://github.com/django/django/compare/5.2.1...5.2.3) Updates `langchain-openai` to 0.3.22 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.3.18...langchain-openai==0.3.22) Updates `langchain-anthropic` to 0.3.15 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-anthropic==0.3.14...langchain-anthropic==0.3.15) Updates `langchain-community` to 0.3.25 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.24...langchain==0.3.25) Updates `langchain-mcp-adapters` to 0.1.7 Updates `langchain-huggingface` to 0.3.0 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-huggingface==0.2.0...langchain-huggingface==0.3.0) Updates `langgraph` to 0.4.8 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.4.7...0.4.8) Updates `boto3` to 1.38.35 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.25...1.38.35) Updates `tencentcloud-sdk-python` to 3.0.1400 - [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/SERVICE_CHANGELOG.md) - [Commits](https://github.com/TencentCloud/tencentcloud-sdk-python/compare/3.0.1390...3.0.1400) Updates `xinference-client` to 1.6.1 - [Release notes](https://github.com/xorbitsai/inference-client/releases) - [Commits](https://github.com/xorbitsai/inference-client/compare/v1.6.0...v1.6.1) Updates `anthropic` to 0.54.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.52.1...v0.54.0) Updates `dashscope` to 1.23.4 Updates `celery` to 5.5.3 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v5.5.2...v5.5.3) Updates `pymupdf` to 1.26.1 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](https://github.com/pymupdf/pymupdf/compare/1.26.0...1.26.1) Updates `pypdf` to 5.6.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/5.5.0...5.6.0) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-openai dependency-version: 0.3.22 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-anthropic dependency-version: 0.3.15 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-community dependency-version: 0.3.25 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-mcp-adapters dependency-version: 0.1.7 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-huggingface dependency-version: 0.3.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langgraph dependency-version: 0.4.8 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.38.35 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: tencentcloud-sdk-python dependency-version: 3.0.1400 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: xinference-client dependency-version: 1.6.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: anthropic dependency-version: 0.54.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: dashscope dependency-version: 1.23.4 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: celery dependency-version: 5.5.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pymupdf dependency-version: 1.26.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pypdf dependency-version: 5.6.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-06-12 18:35:53 +00:00
langchain-mcp-adapters = "0.1.7"
langchain-huggingface = "0.3.0"
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](https://github.com/aminalaee/uuid-utils/compare/0.10.0...0.11.0) Updates `langchain-openai` to 0.3.18 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/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](https://github.com/langchain-ai/langchain/compare/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](https://github.com/boto/boto3/compare/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](https://github.com/TencentCloud/tencentcloud-sdk-python/compare/3.0.1379...3.0.1385) Updates `xinference-client` to 1.6.0 - [Release notes](https://github.com/xorbitsai/inference-client/releases) - [Commits](https://github.com/xorbitsai/inference-client/compare/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](https://github.com/anthropics/anthropic-sdk-python/compare/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](https://github.com/pymupdf/pymupdf/compare/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] <support@github.com>
2025-05-22 18:33:51 +00:00
langchain-ollama = "0.3.3"
build(deps): bump the python-dependencies group with 15 updates Updates the requirements on [django](https://github.com/django/django), [langchain-openai](https://github.com/langchain-ai/langchain), [langchain-anthropic](https://github.com/langchain-ai/langchain), [langchain-community](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), [xinference-client](https://github.com/xorbitsai/inference-client), [anthropic](https://github.com/anthropics/anthropic-sdk-python), [dashscope](https://dashscope.aliyun.com/), [celery](https://github.com/celery/celery), [pymupdf](https://github.com/pymupdf/pymupdf) and [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version. Updates `django` to 5.2.3 - [Commits](https://github.com/django/django/compare/5.2.1...5.2.3) Updates `langchain-openai` to 0.3.22 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.3.18...langchain-openai==0.3.22) Updates `langchain-anthropic` to 0.3.15 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-anthropic==0.3.14...langchain-anthropic==0.3.15) Updates `langchain-community` to 0.3.25 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.24...langchain==0.3.25) Updates `langchain-mcp-adapters` to 0.1.7 Updates `langchain-huggingface` to 0.3.0 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-huggingface==0.2.0...langchain-huggingface==0.3.0) Updates `langgraph` to 0.4.8 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.4.7...0.4.8) Updates `boto3` to 1.38.35 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.25...1.38.35) Updates `tencentcloud-sdk-python` to 3.0.1400 - [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/SERVICE_CHANGELOG.md) - [Commits](https://github.com/TencentCloud/tencentcloud-sdk-python/compare/3.0.1390...3.0.1400) Updates `xinference-client` to 1.6.1 - [Release notes](https://github.com/xorbitsai/inference-client/releases) - [Commits](https://github.com/xorbitsai/inference-client/compare/v1.6.0...v1.6.1) Updates `anthropic` to 0.54.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.52.1...v0.54.0) Updates `dashscope` to 1.23.4 Updates `celery` to 5.5.3 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v5.5.2...v5.5.3) Updates `pymupdf` to 1.26.1 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](https://github.com/pymupdf/pymupdf/compare/1.26.0...1.26.1) Updates `pypdf` to 5.6.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/5.5.0...5.6.0) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-openai dependency-version: 0.3.22 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-anthropic dependency-version: 0.3.15 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-community dependency-version: 0.3.25 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-mcp-adapters dependency-version: 0.1.7 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-huggingface dependency-version: 0.3.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langgraph dependency-version: 0.4.8 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.38.35 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: tencentcloud-sdk-python dependency-version: 3.0.1400 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: xinference-client dependency-version: 1.6.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: anthropic dependency-version: 0.54.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: dashscope dependency-version: 1.23.4 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: celery dependency-version: 5.5.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pymupdf dependency-version: 1.26.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pypdf dependency-version: 5.6.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-06-12 18:35:53 +00:00
langgraph = "0.4.8"
2025-06-16 03:36:39 +00:00
torch = "2.7.1"
qianfan = "0.4.12.3"
build(deps): bump the python-dependencies group with 8 updates Updates the requirements on [langchain-anthropic](https://github.com/langchain-ai/langchain), [langchain-google-genai](https://github.com/langchain-ai/langchain-google), langchain-mcp-adapters, [langgraph](https://github.com/langchain-ai/langgraph), zhipuai, [boto3](https://github.com/boto/boto3), [tencentcloud-sdk-python](https://github.com/TencentCloud/tencentcloud-sdk-python) and [anthropic](https://github.com/anthropics/anthropic-sdk-python) to permit the latest version. Updates `langchain-anthropic` to 0.3.14 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-anthropic==0.3.13...langchain-anthropic==0.3.14) Updates `langchain-google-genai` to 2.1.5 - [Release notes](https://github.com/langchain-ai/langchain-google/releases) - [Commits](https://github.com/langchain-ai/langchain-google/compare/libs/genai/v2.1.4...libs/genai/v2.1.5) Updates `langchain-mcp-adapters` to 0.1.4 Updates `langgraph` to 0.4.7 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.4.5...0.4.7) Updates `zhipuai` to 2.1.5.20250526 Updates `boto3` to 1.38.25 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.21...1.38.25) Updates `tencentcloud-sdk-python` to 3.0.1390 - [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/SERVICE_CHANGELOG.md) - [Commits](https://github.com/TencentCloud/tencentcloud-sdk-python/compare/3.0.1385...3.0.1390) Updates `anthropic` to 0.52.1 - [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.52.0...v0.52.1) --- updated-dependencies: - dependency-name: langchain-anthropic dependency-version: 0.3.14 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-google-genai dependency-version: 2.1.5 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-mcp-adapters dependency-version: 0.1.4 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langgraph dependency-version: 0.4.7 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: zhipuai dependency-version: 2.1.5.20250526 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.38.25 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: tencentcloud-sdk-python dependency-version: 3.0.1390 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: anthropic dependency-version: 0.52.1 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-05-29 18:32:19 +00:00
zhipuai = "2.1.5.20250526"
build(deps): bump the python-dependencies group with 15 updates Updates the requirements on [django](https://github.com/django/django), [langchain-openai](https://github.com/langchain-ai/langchain), [langchain-anthropic](https://github.com/langchain-ai/langchain), [langchain-community](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), [xinference-client](https://github.com/xorbitsai/inference-client), [anthropic](https://github.com/anthropics/anthropic-sdk-python), [dashscope](https://dashscope.aliyun.com/), [celery](https://github.com/celery/celery), [pymupdf](https://github.com/pymupdf/pymupdf) and [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version. Updates `django` to 5.2.3 - [Commits](https://github.com/django/django/compare/5.2.1...5.2.3) Updates `langchain-openai` to 0.3.22 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.3.18...langchain-openai==0.3.22) Updates `langchain-anthropic` to 0.3.15 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-anthropic==0.3.14...langchain-anthropic==0.3.15) Updates `langchain-community` to 0.3.25 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.24...langchain==0.3.25) Updates `langchain-mcp-adapters` to 0.1.7 Updates `langchain-huggingface` to 0.3.0 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-huggingface==0.2.0...langchain-huggingface==0.3.0) Updates `langgraph` to 0.4.8 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.4.7...0.4.8) Updates `boto3` to 1.38.35 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.25...1.38.35) Updates `tencentcloud-sdk-python` to 3.0.1400 - [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/SERVICE_CHANGELOG.md) - [Commits](https://github.com/TencentCloud/tencentcloud-sdk-python/compare/3.0.1390...3.0.1400) Updates `xinference-client` to 1.6.1 - [Release notes](https://github.com/xorbitsai/inference-client/releases) - [Commits](https://github.com/xorbitsai/inference-client/compare/v1.6.0...v1.6.1) Updates `anthropic` to 0.54.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.52.1...v0.54.0) Updates `dashscope` to 1.23.4 Updates `celery` to 5.5.3 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v5.5.2...v5.5.3) Updates `pymupdf` to 1.26.1 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](https://github.com/pymupdf/pymupdf/compare/1.26.0...1.26.1) Updates `pypdf` to 5.6.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/5.5.0...5.6.0) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-openai dependency-version: 0.3.22 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-anthropic dependency-version: 0.3.15 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-community dependency-version: 0.3.25 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-mcp-adapters dependency-version: 0.1.7 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-huggingface dependency-version: 0.3.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langgraph dependency-version: 0.4.8 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.38.35 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: tencentcloud-sdk-python dependency-version: 3.0.1400 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: xinference-client dependency-version: 1.6.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: anthropic dependency-version: 0.54.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: dashscope dependency-version: 1.23.4 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: celery dependency-version: 5.5.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pymupdf dependency-version: 1.26.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pypdf dependency-version: 5.6.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-06-12 18:35:53 +00:00
boto3 = "1.38.35"
tencentcloud-sdk-python = "3.0.1400"
xinference-client = "1.6.1"
anthropic = "0.54.0"
dashscope = "1.23.4"
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>
2025-05-08 18:24:06 +00:00
pylint = "3.3.7"
pydub = "0.25.1"
cffi = "1.17.1"
pysilk = "0.0.1"
sentence-transformers = "4.1.0"
websockets = "15.0.1"
psutil = "7.0.0"
build(deps): bump the python-dependencies group with 15 updates Updates the requirements on [django](https://github.com/django/django), [langchain-openai](https://github.com/langchain-ai/langchain), [langchain-anthropic](https://github.com/langchain-ai/langchain), [langchain-community](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), [xinference-client](https://github.com/xorbitsai/inference-client), [anthropic](https://github.com/anthropics/anthropic-sdk-python), [dashscope](https://dashscope.aliyun.com/), [celery](https://github.com/celery/celery), [pymupdf](https://github.com/pymupdf/pymupdf) and [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version. Updates `django` to 5.2.3 - [Commits](https://github.com/django/django/compare/5.2.1...5.2.3) Updates `langchain-openai` to 0.3.22 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.3.18...langchain-openai==0.3.22) Updates `langchain-anthropic` to 0.3.15 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-anthropic==0.3.14...langchain-anthropic==0.3.15) Updates `langchain-community` to 0.3.25 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.24...langchain==0.3.25) Updates `langchain-mcp-adapters` to 0.1.7 Updates `langchain-huggingface` to 0.3.0 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-huggingface==0.2.0...langchain-huggingface==0.3.0) Updates `langgraph` to 0.4.8 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.4.7...0.4.8) Updates `boto3` to 1.38.35 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.25...1.38.35) Updates `tencentcloud-sdk-python` to 3.0.1400 - [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/SERVICE_CHANGELOG.md) - [Commits](https://github.com/TencentCloud/tencentcloud-sdk-python/compare/3.0.1390...3.0.1400) Updates `xinference-client` to 1.6.1 - [Release notes](https://github.com/xorbitsai/inference-client/releases) - [Commits](https://github.com/xorbitsai/inference-client/compare/v1.6.0...v1.6.1) Updates `anthropic` to 0.54.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.52.1...v0.54.0) Updates `dashscope` to 1.23.4 Updates `celery` to 5.5.3 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v5.5.2...v5.5.3) Updates `pymupdf` to 1.26.1 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](https://github.com/pymupdf/pymupdf/compare/1.26.0...1.26.1) Updates `pypdf` to 5.6.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/5.5.0...5.6.0) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-openai dependency-version: 0.3.22 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-anthropic dependency-version: 0.3.15 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-community dependency-version: 0.3.25 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-mcp-adapters dependency-version: 0.1.7 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-huggingface dependency-version: 0.3.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langgraph dependency-version: 0.4.8 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.38.35 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: tencentcloud-sdk-python dependency-version: 3.0.1400 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: xinference-client dependency-version: 1.6.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: anthropic dependency-version: 0.54.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: dashscope dependency-version: 1.23.4 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: celery dependency-version: 5.5.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pymupdf dependency-version: 1.26.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pypdf dependency-version: 5.6.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-06-12 18:35:53 +00:00
celery = { extras = ["sqlalchemy"], version = "5.5.3" }
build(deps): bump the python-dependencies group with 10 updates Updates the requirements on [psycopg](https://github.com/psycopg/psycopg), [langchain-openai](https://github.com/langchain-ai/langchain), [langchain-anthropic](https://github.com/langchain-ai/langchain), [langchain-community](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), [dashscope](https://dashscope.aliyun.com/), [django-celery-beat](https://github.com/celery/django-celery-beat) and [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version. Updates `psycopg` to 3.2.9 - [Changelog](https://github.com/psycopg/psycopg/blob/3.2.9/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.7...3.2.9) Updates `langchain-openai` to 0.3.17 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.3.16...langchain-openai==0.3.17) Updates `langchain-anthropic` to 0.3.13 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-anthropic==0.3.12...langchain-anthropic==0.3.13) Updates `langchain-community` to 0.3.24 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.23...langchain==0.3.24) Updates `langgraph` to 0.4.5 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.4.3...0.4.5) Updates `boto3` to 1.38.16 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.11...1.38.16) Updates `tencentcloud-sdk-python` to 3.0.1379 - [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/SERVICE_CHANGELOG.md) - [Commits](https://github.com/TencentCloud/tencentcloud-sdk-python/compare/3.0.1374...3.0.1379) Updates `dashscope` to 1.23.3 Updates `django-celery-beat` to 2.8.1 - [Release notes](https://github.com/celery/django-celery-beat/releases) - [Changelog](https://github.com/celery/django-celery-beat/blob/main/Changelog) - [Commits](https://github.com/celery/django-celery-beat/compare/v2.8.0...v2.8.1) Updates `pypdf` to 5.5.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/5.4.0...5.5.0) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.2.9 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-openai dependency-version: 0.3.17 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-anthropic dependency-version: 0.3.13 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-community dependency-version: 0.3.24 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langgraph dependency-version: 0.4.5 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.38.16 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: tencentcloud-sdk-python dependency-version: 3.0.1379 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: dashscope dependency-version: 1.23.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: django-celery-beat dependency-version: 2.8.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pypdf dependency-version: 5.5.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-05-15 18:41:46 +00:00
django-celery-beat = "2.8.1"
celery-once = "3.0.1"
beautifulsoup4 = "4.13.4"
html2text = "2025.4.15"
jieba = "0.42.1"
openpyxl = "3.1.5"
python-docx = "1.1.2"
xlrd = "2.0.1"
xlwt = "1.3.0"
pymupdf = "1.24.9"
build(deps): bump the python-dependencies group with 15 updates Updates the requirements on [django](https://github.com/django/django), [langchain-openai](https://github.com/langchain-ai/langchain), [langchain-anthropic](https://github.com/langchain-ai/langchain), [langchain-community](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), [xinference-client](https://github.com/xorbitsai/inference-client), [anthropic](https://github.com/anthropics/anthropic-sdk-python), [dashscope](https://dashscope.aliyun.com/), [celery](https://github.com/celery/celery), [pymupdf](https://github.com/pymupdf/pymupdf) and [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version. Updates `django` to 5.2.3 - [Commits](https://github.com/django/django/compare/5.2.1...5.2.3) Updates `langchain-openai` to 0.3.22 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.3.18...langchain-openai==0.3.22) Updates `langchain-anthropic` to 0.3.15 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-anthropic==0.3.14...langchain-anthropic==0.3.15) Updates `langchain-community` to 0.3.25 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.24...langchain==0.3.25) Updates `langchain-mcp-adapters` to 0.1.7 Updates `langchain-huggingface` to 0.3.0 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-huggingface==0.2.0...langchain-huggingface==0.3.0) Updates `langgraph` to 0.4.8 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.4.7...0.4.8) Updates `boto3` to 1.38.35 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.25...1.38.35) Updates `tencentcloud-sdk-python` to 3.0.1400 - [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/SERVICE_CHANGELOG.md) - [Commits](https://github.com/TencentCloud/tencentcloud-sdk-python/compare/3.0.1390...3.0.1400) Updates `xinference-client` to 1.6.1 - [Release notes](https://github.com/xorbitsai/inference-client/releases) - [Commits](https://github.com/xorbitsai/inference-client/compare/v1.6.0...v1.6.1) Updates `anthropic` to 0.54.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.52.1...v0.54.0) Updates `dashscope` to 1.23.4 Updates `celery` to 5.5.3 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v5.5.2...v5.5.3) Updates `pymupdf` to 1.26.1 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](https://github.com/pymupdf/pymupdf/compare/1.26.0...1.26.1) Updates `pypdf` to 5.6.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/5.5.0...5.6.0) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-openai dependency-version: 0.3.22 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-anthropic dependency-version: 0.3.15 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-community dependency-version: 0.3.25 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-mcp-adapters dependency-version: 0.1.7 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-huggingface dependency-version: 0.3.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langgraph dependency-version: 0.4.8 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.38.35 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: tencentcloud-sdk-python dependency-version: 3.0.1400 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: xinference-client dependency-version: 1.6.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: anthropic dependency-version: 0.54.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: dashscope dependency-version: 1.23.4 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: celery dependency-version: 5.5.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pymupdf dependency-version: 1.26.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pypdf dependency-version: 5.6.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-06-12 18:35:53 +00:00
pypdf = "5.6.0"
gunicorn = "23.0.0"
python-daemon = "3.1.2"
pytz = "2025.2"
2025-04-14 12:11:23 +00:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cpu"
priority = "explicit"