mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-25 15:47:49 +08:00
chore(pyproject.toml): Upgrade transformers and resend (#19562)
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
31d143de11
commit
f1e7099541
@ -26,7 +26,7 @@ class Mail:
|
|||||||
|
|
||||||
match mail_type:
|
match mail_type:
|
||||||
case "resend":
|
case "resend":
|
||||||
import resend # type: ignore
|
import resend
|
||||||
|
|
||||||
api_key = dify_config.RESEND_API_KEY
|
api_key = dify_config.RESEND_API_KEY
|
||||||
if not api_key:
|
if not api_key:
|
||||||
|
@ -73,13 +73,13 @@ dependencies = [
|
|||||||
"pyyaml~=6.0.1",
|
"pyyaml~=6.0.1",
|
||||||
"readabilipy==0.2.0",
|
"readabilipy==0.2.0",
|
||||||
"redis[hiredis]~=6.0.0",
|
"redis[hiredis]~=6.0.0",
|
||||||
"resend~=0.7.0",
|
"resend~=2.9.0",
|
||||||
"sentry-sdk[flask]~=1.44.1",
|
"sentry-sdk[flask]~=1.44.1",
|
||||||
"sqlalchemy~=2.0.29",
|
"sqlalchemy~=2.0.29",
|
||||||
"starlette==0.41.0",
|
"starlette==0.41.0",
|
||||||
"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[docx,epub,md,ppt,pptx]~=0.16.1",
|
"unstructured[docx,epub,md,ppt,pptx]~=0.16.1",
|
||||||
"weave~=0.51.34",
|
"weave~=0.51.34",
|
||||||
"yarl~=1.18.3",
|
"yarl~=1.18.3",
|
||||||
|
4460
api/uv.lock
generated
4460
api/uv.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user