fix(telegram): remove deprecated normalize_whitespace param from (#6044)

telegramify_markdown.markdownify calls
This commit is contained in:
DOHEX
2026-03-12 00:34:07 +08:00
committed by GitHub
parent 25830524f3
commit 3e2cb6a2ab
3 changed files with 2 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ dependencies = [
"slack-sdk>=3.35.0",
"sqlalchemy[asyncio]>=2.0.41",
"sqlmodel>=0.0.24",
"telegramify-markdown>=0.5.1",
"telegramify-markdown>=1.0.0",
"watchfiles>=1.0.5",
"websockets>=15.0.1",
"wechatpy>=1.8.18",