From 3e45cadd4fb342dca9199d167510287e968c2942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 18:46:39 +0000 Subject: [PATCH] chore(deps): update json-repair requirement 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.30.0...v0.63.3) --- updated-dependencies: - dependency-name: json-repair dependency-version: 0.63.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bdc5c86..b87c482 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "Pillow>=12.3.0,<13.0.0", "numpy>=2.2.6,<3.0.0", "pydantic>=2.13.4,<3.0.0", - "json-repair>=0.30.0,<1.0.0", + "json-repair>=0.63.3,<1.0.0", "tqdm>=4.66.0,<5.0.0", "pypdf>=5.0.0,<7.0.0", ]