Chore/upgrade dashscope to 1.25.11 (#13007)

## Description
  Upgrade dashscope package to support text-embedding-v4 model.

  ## Changes
  - Update dashscope version from 1.20.11 to 1.25.11 in pyproject.toml

  ## Reason
The text-embedding-v4 model requires dashscope >= 1.25.0 to function
properly. This upgrade ensures compatibility with the latest embedding
models.

Co-authored-by: Clint-chan <Clint-chan@users.noreply.github.com>
This commit is contained in:
Clint-chan
2026-02-06 19:06:41 +08:00
committed by GitHub
parent 279b01a028
commit 38289084a8
2 changed files with 6 additions and 4 deletions

View File

@ -21,7 +21,7 @@ dependencies = [
"cn2an==0.5.22",
"cohere==5.6.2",
"Crawl4AI>=0.4.0,<1.0.0",
"dashscope==1.20.11",
"dashscope==1.25.11",
"deepl==1.18.0",
"demjson3==3.0.6",
"discord-py==2.3.2",