diff --git a/poetry.lock b/poetry.lock index 89c4bd1d56..4bb6527151 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1642,13 +1642,13 @@ files = [ [[package]] name = "json-repair" -version = "0.30.3" +version = "0.35.0" description = "A package to repair broken json strings" optional = false python-versions = ">=3.9" files = [ - {file = "json_repair-0.30.3-py3-none-any.whl", hash = "sha256:63bb588162b0958ae93d85356ecbe54c06b8c33f8a4834f93fa2719ea669804e"}, - {file = "json_repair-0.30.3.tar.gz", hash = "sha256:0ac56e7ae9253ee9c507a7e1a3a26799c9b0bbe5e2bec1b2cc5053e90d5b05e3"}, + {file = "json_repair-0.35.0-py3-none-any.whl", hash = "sha256:1d429407158474d28a996e745b8f8f7dc78957cb2cfbc92120b9f580b5230a9e"}, + {file = "json_repair-0.35.0.tar.gz", hash = "sha256:e70f834865a4ae5fe64352c23c1c16d3b70c5dd62dc544a169d8b0932bdbdcaa"}, ] [[package]] @@ -5286,4 +5286,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "54d5f5d253d47c5c28c874c9aa56eaeba543fa3c27fed6143ae266b0a07ed391" +content-hash = "d07278997c7242b521a531596beea551a3baa4f7cb3bc6c6463c690b739eb698" diff --git a/pyproject.toml b/pyproject.toml index 7d27132548..c066e32e0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ typer = "^0.15.1" fnllm = "^0.0.10" tenacity = "^9.0.0" -json-repair = "^0.30.3" +json-repair = ">=0.30.3,<0.36.0" tqdm = "^4.67.1" httpx = "^0.28.1"