graphrag icon indicating copy to clipboard operation
graphrag copied to clipboard

Bump json-repair from 0.25.3 to 0.26.0

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps json-repair from 0.25.3 to 0.26.0.

Release notes

Sourced from json-repair's releases.

Release 0.26.0

Added

  • Adding ensure_ascii to the options of repair_json. By default json.dumps() sets ensure_ascii=True this is particularly a problem for chinese text that has no ascii representation. Setting ensure_ascii=False will prevent chinese text from being converted into weird escaped characters in ascii and remain unicode. Thanks to @​RatexMak for pointing this out.

Fixed

  • As documented, the load function should behave like loads(). That wasn't the case so far.

Sponsors

This release is sponsored by @​t0mmili and @​nhend. Thank you very much for your donation!

This library is free for everyone and it's maintained and developed as a side project so, if you find this library useful for your work, consider offering me a beer via this link: https://github.com/sponsors/mangiucugna

Commits
  • 578441f Adding ensure_ascii to the options for repair_json.
  • de4ada4 Dropping support for 3.7 since it was EoL last summer
  • b139ed8 Dropping support for 3.7 since it was EoL last summer
  • 10aa567 Python 3.7 was EoL last year, time to drop support
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

dependabot[bot] avatar Aug 05 '24 08:08 dependabot[bot]