Skip to content

build(deps): bump json-repair from 0.59.4 to 0.59.5#97

Merged
WH-2099 merged 1 commit intomainfrom
dependabot/uv/json-repair-0.59.5
Apr 26, 2026
Merged

build(deps): bump json-repair from 0.59.4 to 0.59.5#97
WH-2099 merged 1 commit intomainfrom
dependabot/uv/json-repair-0.59.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Bumps json-repair from 0.59.4 to 0.59.5.

Release notes

Sourced from json-repair's releases.

Release 0.59.5

Fixed

  • Fix load(fd) so repair starts from the current position of the file object.

Performance

  • Preserve schema validator cache hits across repeated schema repairs.
  • Avoid parser setup when valid JSON can return through the json.loads fast path.
  • Reduce parser hot-path overhead by trimming context manager usage and object/string state allocations.

Support this project

json_repair is maintained as a side project and stays free for everyone.

If it saves you debugging time, helps you handle LLM-generated JSON, or is part of your production workflow, please consider:

Sponsorship helps justify the time spent fixing edge cases, improving performance, and keeping the library reliable.

Commits
  • 56a6134 Bump version to 0.59.5
  • 3230844 Reduce object member context overhead
  • 7ae3375 Avoid string state allocation on fast paths
  • 9598341 Reduce parser context manager overhead
  • 198cbf8 Avoid parser setup on valid JSON fast path
  • 6d7caf2 Preserve schema validator cache hits
  • b95d7a6 Fix load repair from current file position
  • 6c09b62 Trim AGENTS.md to durable repo guidance
  • 479cfc4 Fix PyPI README asset and example links
  • 4efdf6e Improve repo conversion funnel and demo CTAs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [json-repair](https://github.com/mangiucugna/json_repair) from 0.59.4 to 0.59.5.
- [Release notes](https://github.com/mangiucugna/json_repair/releases)
- [Commits](mangiucugna/json_repair@v0.59.4...v0.59.5)

---
updated-dependencies:
- dependency-name: json-repair
  dependency-version: 0.59.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 24, 2026
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Apr 24, 2026
@WH-2099 WH-2099 enabled auto-merge (squash) April 26, 2026 00:00
@WH-2099 WH-2099 merged commit 1222946 into main Apr 26, 2026
5 checks passed
@WH-2099 WH-2099 deleted the dependabot/uv/json-repair-0.59.5 branch April 26, 2026 00:00
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Apr 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file lgtm This PR has been approved by a maintainer python:uv Pull requests that update python:uv code size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant