fix: wecom-aibot-sdk-python should use pypi version

This commit is contained in:
chengyongru
2026-03-12 00:38:28 +08:00
parent ff10d01d58
commit 64ab6309d5

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",