From 379785d365fb6ad4bd160798cac61ffbd750d7b4 Mon Sep 17 00:00:00 2001 From: "Aleksander W. Oleszkiewicz (auticon)" <24917047+alekwo@users.noreply.github.com> Date: Tue, 7 Jul 2026 09:55:28 +0200 Subject: [PATCH] Fix missing aiohttp slack dependency in pyproject.toml Added `"aiohttp>=3.9.0,<4.0.0"` to the dependencies for **slack** --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 45fd5615..07213fa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,6 +85,7 @@ qq = [ "qq-botpy>=1.2.0,<2.0.0", ] slack = [ + "aiohttp>=3.9.0,<4.0.0", "slack-sdk>=3.39.0,<4.0.0", "slackify-markdown>=0.2.0,<1.0.0", ]