From c61e36c5b48988fadb857444dbf7ec454725f726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:17:39 +0000 Subject: [PATCH] chore(deps): update json-repair requirement in /nlp-service Updates the requirements on [json-repair](https://github.com/mangiucugna/json_repair) to permit the latest version. - [Release notes](https://github.com/mangiucugna/json_repair/releases) - [Commits](https://github.com/mangiucugna/json_repair/compare/v0.61.2...v0.61.7) --- updated-dependencies: - dependency-name: json-repair dependency-version: 0.61.7 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 fcf249a..a805969 100644 --- a/nlp-service/requirements.txt +++ b/nlp-service/requirements.txt @@ -40,7 +40,7 @@ nltk==3.10.0 rapidfuzz>=3.14.5 # 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.2 +json-repair>=0.61.7 # Commit 7: Chroma vector store (embedded, no separate server). 0.4.x API: # PersistentClient, get_or_create_collection, cosine distance. chromadb==0.4.24