From f634658707ccc1bad59276f8d484bc3ca9040346 Mon Sep 17 00:00:00 2001 From: ouyangwulin Date: Tue, 10 Feb 2026 11:10:00 +0800 Subject: [PATCH] fixed dingtalk exception. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8662f58..6413c47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ dependencies = [ "socksio>=1.0.0", "slack-sdk>=3.26.0", "qq-botpy>=1.0.0", + "python-socks[asyncio]>=2.4.0", ] [project.optional-dependencies]