mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 22:25:58 +08:00
chore(pyproject.toml): Upgrade huggingface-hub, transformers and resend (#19563)
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
4fa3d78ed8
commit
3401c52665
6132
api/poetry.lock
generated
6132
api/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -48,7 +48,7 @@ google-generativeai = "0.8.1"
|
|||||||
googleapis-common-protos = "1.63.0"
|
googleapis-common-protos = "1.63.0"
|
||||||
gunicorn = "~23.0.0"
|
gunicorn = "~23.0.0"
|
||||||
httpx = { version = "~0.27.0", extras = ["socks"] }
|
httpx = { version = "~0.27.0", extras = ["socks"] }
|
||||||
huggingface-hub = "~0.16.4"
|
huggingface-hub = "~0.31.0"
|
||||||
jieba = "0.42.1"
|
jieba = "0.42.1"
|
||||||
langfuse = "~2.51.3"
|
langfuse = "~2.51.3"
|
||||||
langsmith = "~0.1.77"
|
langsmith = "~0.1.77"
|
||||||
@ -78,7 +78,7 @@ pyyaml = "~6.0.1"
|
|||||||
readabilipy = "0.2.0"
|
readabilipy = "0.2.0"
|
||||||
redis = { version = "~5.0.3", extras = ["hiredis"] }
|
redis = { version = "~5.0.3", extras = ["hiredis"] }
|
||||||
replicate = "~0.22.0"
|
replicate = "~0.22.0"
|
||||||
resend = "~0.7.0"
|
resend = "~2.9.0"
|
||||||
sagemaker = "~2.231.0"
|
sagemaker = "~2.231.0"
|
||||||
scikit-learn = "~1.5.1"
|
scikit-learn = "~1.5.1"
|
||||||
sentry-sdk = { version = "~1.44.1", extras = ["flask"] }
|
sentry-sdk = { version = "~1.44.1", extras = ["flask"] }
|
||||||
@ -87,9 +87,9 @@ starlette = "0.41.0"
|
|||||||
tencentcloud-sdk-python-hunyuan = "~3.0.1294"
|
tencentcloud-sdk-python-hunyuan = "~3.0.1294"
|
||||||
tiktoken = "^0.9.0"
|
tiktoken = "^0.9.0"
|
||||||
tokenizers = "~0.15.0"
|
tokenizers = "~0.15.0"
|
||||||
transformers = "~4.35.0"
|
transformers = "~4.39.0"
|
||||||
unstructured = { version = "~0.16.1", extras = ["docx", "epub", "md", "msg", "ppt", "pptx"] }
|
unstructured = { version = "~0.16.1", extras = ["docx", "epub", "md", "msg", "ppt", "pptx"] }
|
||||||
validators = "0.21.0"
|
validators = "0.22.0"
|
||||||
volcengine-python-sdk = {extras = ["ark"], version = "~1.0.98"}
|
volcengine-python-sdk = {extras = ["ark"], version = "~1.0.98"}
|
||||||
websocket-client = "~1.7.0"
|
websocket-client = "~1.7.0"
|
||||||
xinference-client = "0.15.2"
|
xinference-client = "0.15.2"
|
||||||
@ -112,7 +112,7 @@ safetensors = "~0.4.3"
|
|||||||
# [ Tools ] dependency group
|
# [ Tools ] dependency group
|
||||||
############################################################
|
############################################################
|
||||||
[tool.poetry.group.tools.dependencies]
|
[tool.poetry.group.tools.dependencies]
|
||||||
arxiv = "2.1.0"
|
arxiv = "2.2.0"
|
||||||
cloudscraper = "1.2.71"
|
cloudscraper = "1.2.71"
|
||||||
duckduckgo-search = "~6.3.0"
|
duckduckgo-search = "~6.3.0"
|
||||||
jsonpath-ng = "1.6.1"
|
jsonpath-ng = "1.6.1"
|
||||||
@ -166,7 +166,7 @@ tcvectordb = "1.3.2"
|
|||||||
tidb-vector = "0.0.9"
|
tidb-vector = "0.0.9"
|
||||||
upstash-vector = "0.6.0"
|
upstash-vector = "0.6.0"
|
||||||
volcengine-compat = "~1.0.156"
|
volcengine-compat = "~1.0.156"
|
||||||
weaviate-client = "~3.21.0"
|
weaviate-client = "~3.26.0"
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
# [ Dev ] dependency group
|
# [ Dev ] dependency group
|
||||||
|
Loading…
x
Reference in New Issue
Block a user