Merge PR #1897: fix: wecom-aibot-sdk-python should use pypi version

fix: wecom-aibot-sdk-python should use pypi version
This commit is contained in:
Xubin Ren
2026-03-12 10:52:37 +08:00
committed by GitHub

View File

@@ -49,7 +49,7 @@ dependencies = [
[project.optional-dependencies]
wecom = [
"wecom-aibot-sdk-python @ git+https://github.com/chengyongru/wecom_aibot_sdk.git@v0.1.2",
"wecom-aibot-sdk-python>=0.1.2",
]
matrix = [
"matrix-nio[e2e]>=0.25.2",