From fc2599e39c2af37467a32087e3fa3c0b020f65e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E7=8C=AB?= Date: Sat, 21 Mar 2026 13:09:30 +0900 Subject: [PATCH] =?UTF-8?q?update:=20=E5=8D=87=E7=BA=A7=20quick-algo=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E8=87=B3=200.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85dd74e3..c3a6ffff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "pypinyin>=0.54.0", "python-dotenv>=1.1.1", "python-multipart>=0.0.20", - "quick-algo>=0.1.3", + "quick-algo>=0.1.4", "rich>=14.0.0", "ruff>=0.12.2", "setuptools>=80.9.0",