From 1e163d615d3e0b9ae945567b000b35250d42ff18 Mon Sep 17 00:00:00 2001 From: chengyongru Date: Fri, 13 Mar 2026 18:45:41 +0800 Subject: [PATCH] chore: bump wecom-aibot-sdk-python to >=0.1.5 - Includes bug fixes for duplicate recv loops - Handles disconnected_event properly - Fixes heartbeat timeout --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 58831c9..8da4232 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ [project.optional-dependencies] wecom = [ - "wecom-aibot-sdk-python>=0.1.2", + "wecom-aibot-sdk-python>=0.1.5", ] matrix = [ "matrix-nio[e2e]>=0.25.2",