Merge pull request #439 from Mrart/dinktalk

fixed dingtalk exception.
This commit is contained in:
Xubin Ren 2026-02-10 15:23:36 +08:00 committed by GitHub
commit caf7a1a532
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,7 @@ dependencies = [
"msgpack>=1.0.8", "msgpack>=1.0.8",
"slack-sdk>=3.26.0", "slack-sdk>=3.26.0",
"qq-botpy>=1.0.0", "qq-botpy>=1.0.0",
"python-socks[asyncio]>=2.4.0",
] ]
[project.optional-dependencies] [project.optional-dependencies]