From b165eff6b979a9459953a80c4483e3ba71b352ce Mon Sep 17 00:00:00 2001 From: tcmofashi Date: Fri, 16 Jan 2026 15:31:04 +0000 Subject: [PATCH] =?UTF-8?q?req:=20=E4=BF=AE=E5=A4=8D=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 583e332..8c3316d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "aiohttp>=3.13.2", "asyncio>=4.0.0", "loguru>=0.7.3", - # maim-message - 使用本地开发版本,通过uv pip install -e手动安装 + "maim-message>=0.6.2", "pillow>=12.0.0", "requests>=2.32.5", "rich>=14.2.0", @@ -35,7 +35,7 @@ select = [ "B", # flake8-bugbear ] -ignore = ["E711","E501"] +ignore = ["E711", "E501"] [tool.ruff.format] docstring-code-format = true