修改依赖

This commit is contained in:
朱潮 2025-11-14 23:35:12 +08:00
parent 0ac0fcbfb3
commit cf7499b743
4 changed files with 119 additions and 136 deletions

35
poetry.lock generated
View File

@ -620,18 +620,6 @@ websocket-client = "*"
[package.extras] [package.extras]
tokenizer = ["tiktoken"] tokenizer = ["tiktoken"]
[[package]]
name = "defusedxml"
version = "0.7.1"
description = "XML bomb protection for Python stdlib modules"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
groups = ["main"]
files = [
{file = "defusedxml-0.7.1-py2.py3-none-any.whl", hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61"},
{file = "defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"},
]
[[package]] [[package]]
name = "distro" name = "distro"
version = "1.9.0" version = "1.9.0"
@ -3907,27 +3895,6 @@ docs = ["Sphinx (>=6.0)", "myst-parser (>=2.0.0)", "sphinx_rtd_theme (>=1.1.0)"]
optional = ["python-socks", "wsaccel"] optional = ["python-socks", "wsaccel"]
test = ["pytest", "websockets"] test = ["pytest", "websockets"]
[[package]]
name = "wsgidav"
version = "4.3.3"
description = "Generic and extendable WebDAV server based on WSGI"
optional = false
python-versions = "*"
groups = ["main"]
files = [
{file = "WsgiDAV-4.3.3-py3-none-any.whl", hash = "sha256:8d96b0f05ad7f280572e99d1c605962a853d715f8e934298555d0c47ef275e88"},
{file = "wsgidav-4.3.3.tar.gz", hash = "sha256:5f0ad71bea72def3018b6ba52da3bcb83f61e0873c27225344582805d6e52b9e"},
]
[package.dependencies]
defusedxml = "*"
Jinja2 = "*"
json5 = "*"
PyYAML = "*"
[package.extras]
pam = ["python-pam"]
[[package]] [[package]]
name = "xlrd" name = "xlrd"
version = "2.0.2" version = "2.0.2"
@ -4105,4 +4072,4 @@ propcache = ">=0.2.1"
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "3.12.0" python-versions = "3.12.0"
content-hash = "8220c65ac40a6be66d2b743dc99682edb1528430873a8776c9b1d0af5ef13d0b" content-hash = "e9161f4f141b9dbc6037c5cfe89a044c33e0e556b420cc2df66528a1d3328f46"

View File

@ -5,9 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>管理后台 - Qwen Agent</title> <title>管理后台 - Qwen Agent</title>
<!-- Bootstrap CSS --> <!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"> <link href="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/5.3.8/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap Icons --> <!-- Bootstrap Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css"> <link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/bootstrap-icons/1.13.1/font/bootstrap-icons.css">
<style> <style>
:root { :root {
--primary-color: #0d6efd; --primary-color: #0d6efd;

View File

@ -27,6 +27,8 @@ dependencies = [
"chardet>=5.0.0", "chardet>=5.0.0",
] ]
[tool.poetry.requires-plugins]
poetry-plugin-export = ">=1.8"
[tool.poetry] [tool.poetry]
package-mode = false package-mode = false

View File

@ -1,100 +1,114 @@
aiofiles==25.1.0 aiofiles==25.1.0 ; python_full_version == "3.12.0"
aiohappyeyeballs==2.6.1 aiohappyeyeballs==2.6.1 ; python_full_version == "3.12.0"
aiohttp==3.13.1 aiohttp==3.13.1 ; python_full_version == "3.12.0"
aiosignal==1.4.0 aiosignal==1.4.0 ; python_full_version == "3.12.0"
annotated-types==0.7.0 annotated-types==0.7.0 ; python_full_version == "3.12.0"
anyio==4.11.0 anyio==4.11.0 ; python_full_version == "3.12.0"
attrs==25.4.0 attrs==25.4.0 ; python_full_version == "3.12.0"
beautifulsoup4==4.14.2 beautifulsoup4==4.14.2 ; python_full_version == "3.12.0"
certifi==2025.10.5 certifi==2025.10.5 ; python_full_version == "3.12.0"
cffi==2.0.0 cffi==2.0.0 ; python_full_version == "3.12.0" and platform_python_implementation != "PyPy"
chardet==5.2.0 chardet==5.2.0 ; python_full_version == "3.12.0"
charset-normalizer==3.4.4 charset-normalizer==3.4.4 ; python_full_version == "3.12.0"
click==8.3.0 click==8.3.0 ; python_full_version == "3.12.0"
cryptography==46.0.3 colorama==0.4.6 ; python_full_version == "3.12.0" and platform_system == "Windows"
dashscope==1.24.6 cryptography==46.0.3 ; python_full_version == "3.12.0"
defusedxml==0.7.1 dashscope==1.24.6 ; python_full_version == "3.12.0"
distro==1.9.0 distro==1.9.0 ; python_full_version == "3.12.0"
dotenv==0.9.9 dotenv==0.9.9 ; python_full_version == "3.12.0"
et_xmlfile==2.0.0 et-xmlfile==2.0.0 ; python_full_version == "3.12.0"
eval_type_backport==0.2.2 eval-type-backport==0.2.2 ; python_full_version == "3.12.0"
fastapi==0.116.1 fastapi==0.116.1 ; python_full_version == "3.12.0"
filelock==3.20.0 filelock==3.20.0 ; python_full_version == "3.12.0"
frozenlist==1.8.0 frozenlist==1.8.0 ; python_full_version == "3.12.0"
fsspec==2025.9.0 fsspec==2025.9.0 ; python_full_version == "3.12.0"
h11==0.16.0 h11==0.16.0 ; python_full_version == "3.12.0"
hf-xet==1.1.10 hf-xet==1.1.10 ; python_full_version == "3.12.0" and (platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "arm64" or platform_machine == "aarch64")
httpcore==1.0.9 httpcore==1.0.9 ; python_full_version == "3.12.0"
httpx==0.28.1 httpx-sse==0.4.3 ; python_full_version == "3.12.0"
httpx-sse==0.4.3 httpx==0.28.1 ; python_full_version == "3.12.0"
huey==2.5.3 huey==2.5.3 ; python_full_version == "3.12.0"
huggingface-hub==0.35.3 huggingface-hub==0.35.3 ; python_full_version == "3.12.0"
idna==3.11 idna==3.11 ; python_full_version == "3.12.0"
jieba==0.42.1 jieba==0.42.1 ; python_full_version == "3.12.0"
Jinja2==3.1.6 jinja2==3.1.6 ; python_full_version == "3.12.0"
jiter==0.11.1 jiter==0.11.1 ; python_full_version == "3.12.0"
joblib==1.5.2 joblib==1.5.2 ; python_full_version == "3.12.0"
json5==0.12.1 json5==0.12.1 ; python_full_version == "3.12.0"
jsonlines==4.0.0 jsonlines==4.0.0 ; python_full_version == "3.12.0"
jsonschema==4.25.1 jsonschema-specifications==2025.9.1 ; python_full_version == "3.12.0"
jsonschema-specifications==2025.9.1 jsonschema==4.25.1 ; python_full_version == "3.12.0"
lxml==6.0.2 lxml==6.0.2 ; python_full_version == "3.12.0"
MarkupSafe==3.0.3 markupsafe==3.0.3 ; python_full_version == "3.12.0"
mcp==1.12.4 mcp==1.12.4 ; python_full_version == "3.12.0"
mpmath==1.3.0 mpmath==1.3.0 ; python_full_version == "3.12.0"
multidict==6.7.0 multidict==6.7.0 ; python_full_version == "3.12.0"
networkx==3.5 networkx==3.5 ; python_full_version == "3.12.0"
numpy==1.26.4 numpy==1.26.4 ; python_full_version == "3.12.0"
openai==2.5.0 nvidia-cublas-cu12==12.1.3.1 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
openpyxl==3.1.5 nvidia-cuda-cupti-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
packaging==25.0 nvidia-cuda-nvrtc-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
pandas==2.3.3 nvidia-cuda-runtime-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
pdfminer.six==20250506 nvidia-cudnn-cu12==8.9.2.26 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
pdfplumber==0.11.7 nvidia-cufft-cu12==11.0.2.54 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
pillow==12.0.0 nvidia-curand-cu12==10.3.2.106 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
propcache==0.4.1 nvidia-cusolver-cu12==11.4.5.107 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
pycparser==2.23 nvidia-cusparse-cu12==12.1.0.106 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
pydantic==2.10.5 nvidia-nccl-cu12==2.19.3 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
pydantic-settings==2.11.0 nvidia-nvjitlink-cu12==12.9.86 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
pydantic_core==2.27.2 nvidia-nvtx-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
pypdfium2==4.30.0 openai==2.5.0 ; python_full_version == "3.12.0"
python-dateutil==2.8.2 openpyxl==3.1.5 ; python_full_version == "3.12.0"
python-docx==1.2.0 packaging==25.0 ; python_full_version == "3.12.0"
python-dotenv==1.1.1 pandas==2.3.3 ; python_full_version == "3.12.0"
python-multipart==0.0.20 pdfminer-six==20250506 ; python_full_version == "3.12.0"
python-pptx==1.0.2 pdfplumber==0.11.7 ; python_full_version == "3.12.0"
pytz==2025.2 pillow==12.0.0 ; python_full_version == "3.12.0"
PyYAML==6.0.3 propcache==0.4.1 ; python_full_version == "3.12.0"
qwen-agent==0.0.31 pycparser==2.23 ; platform_python_implementation != "PyPy" and implementation_name != "PyPy" and python_full_version == "3.12.0"
rank-bm25==0.2.2 pydantic-core==2.27.2 ; python_full_version == "3.12.0"
referencing==0.37.0 pydantic-settings==2.11.0 ; python_full_version == "3.12.0"
regex==2025.9.18 pydantic==2.10.5 ; python_full_version == "3.12.0"
requests==2.32.5 pypdfium2==4.30.0 ; python_full_version == "3.12.0"
rpds-py==0.27.1 python-dateutil==2.8.2 ; python_full_version == "3.12.0"
safetensors==0.6.2 python-docx==1.2.0 ; python_full_version == "3.12.0"
scikit-learn==1.7.2 python-dotenv==1.1.1 ; python_full_version == "3.12.0"
scipy==1.16.2 python-multipart==0.0.20 ; python_full_version == "3.12.0"
sentence-transformers==5.1.1 python-pptx==1.0.2 ; python_full_version == "3.12.0"
six==1.17.0 pytz==2025.2 ; python_full_version == "3.12.0"
sniffio==1.3.1 pywin32==311 ; python_full_version == "3.12.0" and sys_platform == "win32"
snowballstemmer==3.0.1 pyyaml==6.0.3 ; python_full_version == "3.12.0"
soupsieve==2.8 qwen-agent==0.0.31 ; python_full_version == "3.12.0"
sse-starlette==3.0.2 rank-bm25==0.2.2 ; python_full_version == "3.12.0"
starlette==0.47.3 referencing==0.37.0 ; python_full_version == "3.12.0"
sympy==1.14.0 regex==2025.9.18 ; python_full_version == "3.12.0"
tabulate==0.9.0 requests==2.32.5 ; python_full_version == "3.12.0"
threadpoolctl==3.6.0 rpds-py==0.27.1 ; python_full_version == "3.12.0"
tiktoken==0.12.0 safetensors==0.6.2 ; python_full_version == "3.12.0"
tokenizers==0.22.1 scikit-learn==1.7.2 ; python_full_version == "3.12.0"
torch==2.2.0 scipy==1.16.2 ; python_full_version == "3.12.0"
tqdm==4.67.1 sentence-transformers==5.1.1 ; python_full_version == "3.12.0"
transformers==4.57.1 six==1.17.0 ; python_full_version == "3.12.0"
typing-inspection==0.4.2 sniffio==1.3.1 ; python_full_version == "3.12.0"
typing_extensions==4.15.0 snowballstemmer==3.0.1 ; python_full_version == "3.12.0"
tzdata==2025.2 soupsieve==2.8 ; python_full_version == "3.12.0"
urllib3==2.5.0 sse-starlette==3.0.2 ; python_full_version == "3.12.0"
uvicorn==0.35.0 starlette==0.47.3 ; python_full_version == "3.12.0"
websocket-client==1.9.0 sympy==1.14.0 ; python_full_version == "3.12.0"
xlrd==2.0.2 tabulate==0.9.0 ; python_full_version == "3.12.0"
xlsxwriter==3.2.9 threadpoolctl==3.6.0 ; python_full_version == "3.12.0"
yarl==1.22.0 tiktoken==0.12.0 ; python_full_version == "3.12.0"
tokenizers==0.22.1 ; python_full_version == "3.12.0"
torch==2.2.0 ; python_full_version == "3.12.0"
tqdm==4.67.1 ; python_full_version == "3.12.0"
transformers==4.57.1 ; python_full_version == "3.12.0"
triton==2.2.0 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
typing-extensions==4.15.0 ; python_full_version == "3.12.0"
typing-inspection==0.4.2 ; python_full_version == "3.12.0"
tzdata==2025.2 ; python_full_version == "3.12.0"
urllib3==2.5.0 ; python_full_version == "3.12.0"
uvicorn==0.35.0 ; python_full_version == "3.12.0"
websocket-client==1.9.0 ; python_full_version == "3.12.0"
xlrd==2.0.2 ; python_full_version == "3.12.0"
xlsxwriter==3.2.9 ; python_full_version == "3.12.0"
yarl==1.22.0 ; python_full_version == "3.12.0"