@@ -9,64 +9,64 @@ package-mode = false
99[tool .poetry .dependencies ]
1010python = " >=3.11,<3.12"
1111django = " 4.2.20"
12- djangorestframework = " ^3.15.2 "
12+ djangorestframework = " 3.16.0 "
1313drf-yasg = " 1.21.7"
1414django-filter = " 23.2"
15- langchain-openai = " ^ 0.3.0 "
16- langchain-anthropic = " ^ 0.3.0 "
17- langchain-community = " ^ 0.3.0 "
18- langchain-deepseek = " ^ 0.1.0 "
19- langchain-google-genai = " ^2.0.9 "
20- langchain-mcp-adapters = " ^ 0.0.5"
21- langchain-huggingface = " ^ 0.1.2"
22- langchain-ollama = " ^ 0.3.0 "
23- langgraph = " ^ 0.3.0 "
24- mcp = " ^ 1.4.1"
15+ langchain-openai = " 0.3.12 "
16+ langchain-anthropic = " 0.3.10 "
17+ langchain-community = " 0.3.21 "
18+ langchain-deepseek = " 0.1.3 "
19+ langchain-google-genai = " 2.1.2 "
20+ langchain-mcp-adapters = " 0.0.5"
21+ langchain-huggingface = " 0.1.2"
22+ langchain-ollama = " 0.3.1 "
23+ langgraph = " 0.3.27 "
24+ mcp = " 1.4.1"
2525psycopg2-binary = " 2.9.10"
26- jieba = " ^ 0.42.1"
27- diskcache = " ^ 5.6.3"
28- pillow = " ^ 10.2 .0"
29- filetype = " ^ 1.2.0"
26+ jieba = " 0.42.1"
27+ diskcache = " 5.6.3"
28+ pillow = " 10.4 .0"
29+ filetype = " 1.2.0"
3030torch = " 2.6.0"
31- sentence-transformers = " ^ 4.0.2"
32- openai = " ^1.13.3 "
33- tiktoken = " ^ 0.7.0"
34- qianfan = " ^ 0.3.6.1 "
35- pycryptodome = " ^3.19 .0"
36- beautifulsoup4 = " ^4.12.2 "
37- html2text = " ^ 2024.2.26"
38- django-ipware = " ^ 6.0.4 "
39- django-apscheduler = " ^ 0.6.2"
31+ sentence-transformers = " 4.0.2"
32+ openai = " 1.72.0 "
33+ tiktoken = " 0.7.0"
34+ qianfan = " 0.3.18 "
35+ pycryptodome = " 3.22 .0"
36+ beautifulsoup4 = " 4.13.3 "
37+ html2text = " 2024.2.26"
38+ django-ipware = " 6.0.5 "
39+ django-apscheduler = " 0.6.2"
4040pymupdf = " 1.24.9"
4141pypdf = " 4.3.1"
4242rapidocr-onnxruntime = " 1.3.24"
43- python-docx = " ^ 1.1.0 "
44- xlwt = " ^ 1.3.0"
45- dashscope = " ^1.17.0 "
46- zhipuai = " ^2.0.1 "
47- httpx = " ^ 0.27.0 "
48- httpx-sse = " ^ 0.4.0"
49- websockets = " ^ 13.0 "
50- openpyxl = " ^ 3.1.2 "
51- xlrd = " ^ 2.0.1"
52- gunicorn = " ^ 23.0.0"
43+ python-docx = " 1.1.2 "
44+ xlwt = " 1.3.0"
45+ dashscope = " 1.23.1 "
46+ zhipuai = " 2.1.5.20250410 "
47+ httpx = " 0.27.2 "
48+ httpx-sse = " 0.4.0"
49+ websockets = " 13.1 "
50+ openpyxl = " 3.1.5 "
51+ xlrd = " 2.0.1"
52+ gunicorn = " 23.0.0"
5353python-daemon = " 3.0.1"
54- boto3 = " ^1.34.160 "
55- tencentcloud-sdk-python = " ^ 3.0.1209 "
56- xinference-client = " ^1.3.0 "
57- psutil = " ^6.0.0 "
58- celery = { extras = [" sqlalchemy" ], version = " ^5.4.0 " }
59- django-celery-beat = " ^2.6 .0"
60- celery-once = " ^ 3.0.1"
61- anthropic = " ^ 0.49.0"
54+ boto3 = " 1.37.31 "
55+ tencentcloud-sdk-python = " 3.0.1357 "
56+ xinference-client = " 1.4.1 "
57+ psutil = " 6.1.1 "
58+ celery = { extras = [" sqlalchemy" ], version = " 5.5.1 " }
59+ django-celery-beat = " 2.7 .0"
60+ celery-once = " 3.0.1"
61+ anthropic = " 0.49.0"
6262pylint = " 3.1.0"
63- pydub = " ^ 0.25.1"
64- cffi = " ^ 1.17.1"
65- pysilk = " ^ 0.0.1"
66- django-db-connection-pool = " ^ 1.2.5"
67- opencv-python-headless = " ^ 4.11.0.86"
68- pymysql = " ^ 1.1.1"
69- accelerate = " ^ 1.6.0"
63+ pydub = " 0.25.1"
64+ cffi = " 1.17.1"
65+ pysilk = " 0.0.1"
66+ django-db-connection-pool = " 1.2.5"
67+ opencv-python-headless = " 4.11.0.86"
68+ pymysql = " 1.1.1"
69+ accelerate = " 1.6.0"
7070[build-system ]
7171requires = [" poetry-core" ]
7272build-backend = " poetry.core.masonry.api"
0 commit comments