chore(pyproject.toml): Upgrade transformers and resend (#19562)

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN-
2025-05-13 09:12:59 +08:00
committed by GitHub
parent 31d143de11
commit f1e7099541
3 changed files with 2268 additions and 2198 deletions

View File

@@ -26,7 +26,7 @@ class Mail:
match mail_type:
case "resend":
import resend # type: ignore
import resend
api_key = dify_config.RESEND_API_KEY
if not api_key: