From a0a3e741a52391b0692563111bd5e5ebbd2937e8 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 15 Nov 2023 09:40:59 +0800 Subject: fix: 在输入流时间内无法进行全匹配 (#80) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): add dingtalk * chore: upgrade iamai version to 3.2.9 --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index b76ae5d..417b51c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,14 +7,15 @@ authors = [ ] dependencies = [ "watchfiles<1.0.0,>=0.18.0", - "iamai>=3.2.3", - "iamai-adapter-cqhttp>=3.2.3", - "iamai-adapter-apscheduler>=3.2.3", "joblib>=1.3.2", "randomgen>=1.26.0", "jieba>=0.42.1", "scikit-learn>=1.3.1", "requests>=2.31.0", + "iamai>=3.2.9", + "iamai-adapter-onebot11>=3.2.9", + "iamai-adapter-kook>=3.2.9", + "iamai-adapter-dingtalk>=3.2.9", ] requires-python = ">=3.8" readme = "README.md" -- cgit v1.2.3-70-g09d2