deps: lock versions.

This commit is contained in:
liqiang-fit2cloud 2025-04-24 12:45:49 +08:00
parent 7bcb770ee5
commit e4a60daa17
2 changed files with 50 additions and 50 deletions

View File

@ -7,7 +7,7 @@ on:
inputs: inputs:
dockerImageTag: dockerImageTag:
description: 'Image Tag' description: 'Image Tag'
default: 'v1.10.3-dev' default: 'v1.10.6-dev'
required: true required: true
dockerImageTagWithLatest: dockerImageTagWithLatest:
description: '是否发布latest tag正式发版时选择测试版本切勿选择' description: '是否发布latest tag正式发版时选择测试版本切勿选择'

View File

@ -9,64 +9,64 @@ package-mode = false
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.11,<3.12" python = ">=3.11,<3.12"
django = "4.2.20" django = "4.2.20"
djangorestframework = "^3.15.2" djangorestframework = "3.16.0"
drf-yasg = "1.21.7" drf-yasg = "1.21.7"
django-filter = "23.2" django-filter = "23.2"
langchain-openai = "^0.3.0" langchain-openai = "0.3.12"
langchain-anthropic = "^0.3.0" langchain-anthropic = "0.3.10"
langchain-community = "^0.3.0" langchain-community = "0.3.21"
langchain-deepseek = "^0.1.0" langchain-deepseek = "0.1.3"
langchain-google-genai = "^2.0.9" langchain-google-genai = "2.1.2"
langchain-mcp-adapters = "^0.0.5" langchain-mcp-adapters = "0.0.5"
langchain-huggingface = "^0.1.2" langchain-huggingface = "0.1.2"
langchain-ollama = "^0.3.0" langchain-ollama = "0.3.1"
langgraph = "^0.3.0" langgraph = "0.3.27"
mcp = "^1.4.1" mcp = "1.4.1"
psycopg2-binary = "2.9.10" psycopg2-binary = "2.9.10"
jieba = "^0.42.1" jieba = "0.42.1"
diskcache = "^5.6.3" diskcache = "5.6.3"
pillow = "^10.2.0" pillow = "10.4.0"
filetype = "^1.2.0" filetype = "1.2.0"
torch = "2.6.0" torch = "2.6.0"
sentence-transformers = "^4.0.2" sentence-transformers = "4.0.2"
openai = "^1.13.3" openai = "1.72.0"
tiktoken = "^0.7.0" tiktoken = "0.7.0"
qianfan = "^0.3.6.1" qianfan = "0.3.18"
pycryptodome = "^3.19.0" pycryptodome = "3.22.0"
beautifulsoup4 = "^4.12.2" beautifulsoup4 = "4.13.3"
html2text = "^2024.2.26" html2text = "2024.2.26"
django-ipware = "^6.0.4" django-ipware = "6.0.5"
django-apscheduler = "^0.6.2" django-apscheduler = "0.6.2"
pymupdf = "1.24.9" pymupdf = "1.24.9"
pypdf = "4.3.1" pypdf = "4.3.1"
rapidocr-onnxruntime = "1.3.24" rapidocr-onnxruntime = "1.3.24"
python-docx = "^1.1.0" python-docx = "1.1.2"
xlwt = "^1.3.0" xlwt = "1.3.0"
dashscope = "^1.17.0" dashscope = "1.23.1"
zhipuai = "^2.0.1" zhipuai = "2.1.5.20250410"
httpx = "^0.27.0" httpx = "0.27.2"
httpx-sse = "^0.4.0" httpx-sse = "0.4.0"
websockets = "^13.0" websockets = "13.1"
openpyxl = "^3.1.2" openpyxl = "3.1.5"
xlrd = "^2.0.1" xlrd = "2.0.1"
gunicorn = "^23.0.0" gunicorn = "23.0.0"
python-daemon = "3.0.1" python-daemon = "3.0.1"
boto3 = "^1.34.160" boto3 = "1.37.31"
tencentcloud-sdk-python = "^3.0.1209" tencentcloud-sdk-python = "3.0.1357"
xinference-client = "^1.3.0" xinference-client = "1.4.1"
psutil = "^6.0.0" psutil = "6.1.1"
celery = { extras = ["sqlalchemy"], version = "^5.4.0" } celery = { extras = ["sqlalchemy"], version = "5.5.1" }
django-celery-beat = "^2.6.0" django-celery-beat = "2.7.0"
celery-once = "^3.0.1" celery-once = "3.0.1"
anthropic = "^0.49.0" anthropic = "0.49.0"
pylint = "3.1.0" pylint = "3.1.0"
pydub = "^0.25.1" pydub = "0.25.1"
cffi = "^1.17.1" cffi = "1.17.1"
pysilk = "^0.0.1" pysilk = "0.0.1"
django-db-connection-pool = "^1.2.5" django-db-connection-pool = "1.2.5"
opencv-python-headless = "^4.11.0.86" opencv-python-headless = "4.11.0.86"
pymysql = "^1.1.1" pymysql = "1.1.1"
accelerate = "^1.6.0" accelerate = "1.6.0"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"