From 586ed5eb7a9263c2d164088c20c60a13a8eca7e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 09:13:11 +0000 Subject: [PATCH] build(deps): Update rapidfuzz requirement 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.0.0...v3.14.5) --- updated-dependencies: - dependency-name: rapidfuzz dependency-version: 3.14.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 88884e1..6252d25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ tabulate>=0.9 # magic-report-generation (table formatting) # ── Optional (synthesis + testing) ──────────────────────────────── data-designer # magic-data-synthesis (LLM-based generation via DataDesigner) tiktoken>=0.7 # magic-data-synthesis (token counting for cost estimation) -rapidfuzz>=3.0,<4.0 # magic-data-cleaning/validation (fuzzy column name suggestions) +rapidfuzz>=3.14.5,<4.0 # magic-data-cleaning/validation (fuzzy column name suggestions) psutil>=5.9 # deep eval runner (memory monitoring) # ── Database integration ──────────────────────────────────────────