From 2e0e7f6cdb2f3e001fc788afff30010ee401e783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E7=8C=AB?= Date: Tue, 3 Mar 2026 01:18:54 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0quick-algo=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E8=87=B30.1.4=EF=BC=8C=E5=B9=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9run.sh=E6=96=87=E4=BB=B6=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- requirements.txt | 2 +- scripts/run.sh | 0 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 scripts/run.sh diff --git a/pyproject.toml b/pyproject.toml index b84324fd..699be1d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "python-dotenv>=1.1.1", "python-multipart>=0.0.20", "python-levenshtein", - "quick-algo>=0.1.3", + "quick-algo>=0.1.4", "rich>=14.0.0", "ruff>=0.12.2", "setuptools>=80.9.0", diff --git a/requirements.txt b/requirements.txt index 2ddfe645..c06386a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ pypinyin>=0.54.0 python-dotenv>=1.1.1 python-levenshtein 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 diff --git a/scripts/run.sh b/scripts/run.sh old mode 100644 new mode 100755