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