From af6ad708d301b390ff68baa8ab2d878baa31044c Mon Sep 17 00:00:00 2001 From: xxyzz Date: Fri, 9 Aug 2024 20:59:09 +0800 Subject: [PATCH] Update proficiency 0.5.20 --- data/deps.json | 4 ++-- utils.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/deps.json b/data/deps.json index 11fd8fe..03a62f2 100644 --- a/data/deps.json +++ b/data/deps.json @@ -1,8 +1,8 @@ { "lxml": "5.2.2", - "rapidfuzz": "3.9.4", + "rapidfuzz": "3.9.6", "spacy": "3.7.5", "spacy_cpu_model": "3.7.0", "en_spacy_cpu_model": "3.7.1", - "thinc-apple-ops": "0.1.5", + "thinc-apple-ops": "0.1.5" } diff --git a/utils.py b/utils.py index aaca0fc..afe590d 100644 --- a/utils.py +++ b/utils.py @@ -9,7 +9,7 @@ from typing import Any, TypedDict CJK_LANGS = ["zh", "ja", "ko"] -PROFICIENCY_VERSION = "0.5.19" +PROFICIENCY_VERSION = "0.5.20" PROFICIENCY_RELEASE_URL = ( f"https://github.com/xxyzz/Proficiency/releases/download/v{PROFICIENCY_VERSION}" )