chore: pin json-repair dependency version in pyproject.toml and uv.lock

* Updated json-repair dependency from a range to a specific version (0.25.2) for consistency and to avoid potential compatibility issues.
* Adjusted related entries in uv.lock to reflect the pinned version, ensuring alignment across project files.
This commit is contained in:
lorenzejay
2025-07-02 14:44:11 -07:00
parent 165190f87e
commit dd6507bc55
2 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ dependencies = [
"click>=8.1.7",
"appdirs>=1.4.4",
"jsonref>=1.1.0",
"json-repair>=0.25.2",
"json-repair==0.25.2",
"uv>=0.4.25",
"tomli-w>=1.1.0",
"tomli>=2.0.2",