feat(wecom): add WeCom channel with SDK pinned to GitHub tag v0.1.2

This commit is contained in:
Re-bin
2026-03-11 07:57:12 +00:00
parent eb6310c438
commit d0b4f0d70d
5 changed files with 22 additions and 18 deletions

View File

@@ -44,11 +44,13 @@ dependencies = [
"json-repair>=0.57.0,<1.0.0",
"chardet>=3.0.2,<6.0.0",
"openai>=2.8.0",
"wecom-aibot-sdk-python>=0.1.2",
"tiktoken>=0.12.0,<1.0.0",
]
[project.optional-dependencies]
wecom = [
"wecom-aibot-sdk-python @ git+https://github.com/chengyongru/wecom_aibot_sdk.git@v0.1.2",
]
matrix = [
"matrix-nio[e2e]>=0.25.2",
"mistune>=3.0.0,<4.0.0",