From 40129151e6916cdac2fb7fda2ab34ec363e06475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 17:10:29 +0000 Subject: [PATCH] Update json-repair requirement from <0.49.0,>=0.35.0 to >=0.35.0,<0.55.0 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.35.0...v0.54.0) --- updated-dependencies: - dependency-name: json-repair dependency-version: '0.54' 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 91b99a3f8..e6b81b336 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "PettingZoo==1.25.0", "redis-om>=0.3.0,<0.4.0", "gin-config>=0.5.0,<0.6.0", - "json-repair>=0.35.0,<0.49.0", + "json-repair>=0.35.0,<0.55.0", "absl-py>=2.0.0,<3.0.0", "together>=0.2.4,<1.5.0", "pydantic>=2.5.0,<3.0.0",