From 60e69326da6ae977b3c862f6932dbc22cedd10c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:18:25 +0000 Subject: [PATCH] chore(deps): update rapidfuzz requirement in /nlp-service Updates the requirements on [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) to permit the latest version. - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.14.5...v3.14.6) --- updated-dependencies: - dependency-name: rapidfuzz dependency-version: 3.14.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nlp-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlp-service/requirements.txt b/nlp-service/requirements.txt index adc741f..2f56b04 100644 --- a/nlp-service/requirements.txt +++ b/nlp-service/requirements.txt @@ -37,7 +37,7 @@ scikit-learn==1.9.0 # nltk: required by rake-nltk (stopwords + punkt tokenizer data). nltk==3.10.3 # Part 2b: fast Levenshtein/Jaro-Winkler matching for entity resolution. -rapidfuzz>=3.14.5 +rapidfuzz>=3.14.6 # Recovers truncated JSON from Gemini 2.5 Flash repetition-loop bug # (see issue in repo) — salvages already-billed output on parse failure. json-repair>=0.61.7