fix(pyproject): correct dingtalk-stream version constraint (>=0.20, was >=1.0 which does not exist on PyPI)
This commit is contained in:
@@ -29,7 +29,7 @@ all-frontends = [
|
|||||||
"qrcode>=7.4",
|
"qrcode>=7.4",
|
||||||
"lark-oapi>=1.0",
|
"lark-oapi>=1.0",
|
||||||
"wecom-aibot-sdk>=1.0",
|
"wecom-aibot-sdk>=1.0",
|
||||||
"dingtalk-stream>=1.0",
|
"dingtalk-stream>=0.20",
|
||||||
]
|
]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
|||||||
Reference in New Issue
Block a user