Skip to content

deps: update dependency pyjson5 to v2.0.1#318

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pyjson5-2.x
Closed

deps: update dependency pyjson5 to v2.0.1#318
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pyjson5-2.x

Conversation

@renovate

@renovate renovate Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
pyjson5 (changelog) ==2.0.0==2.0.1 age confidence

Release Notes

Kijewski/pyjson5 (pyjson5)

v2.0.1

Compare Source

What's Changed

  • Support Python free-threaded builds (PEP 703). The extension now opts into the no-GIL ABI via Cython's freethreading_compatible directive, so it is loaded on python3.13t / python3.14t without re-enabling the GIL. All module state is set once at import and the encode/decode hot paths keep per-call state on the C stack, so the extension is safe to call from many OS threads concurrently. Bumps the build-time Cython requirement to >= 3.1. A new threaded stress test (scripts/run-threaded-test.py) is run in CI on every free-threaded build identifier produced by cibuildwheel. (By Eric Buehl, #​143)

New Contributors

Full Changelog: Kijewski/pyjson5@v2.0.0...v2.0.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner June 26, 2026 15:57
@renovate renovate Bot requested review from khvn26 and removed request for a team June 26, 2026 15:57
@flagsmith-engineering flagsmith-engineering Bot enabled auto-merge (squash) June 26, 2026 15:57
@github-actions

Copy link
Copy Markdown

File Coverage Missing
All files 100%

Minimum allowed coverage is 100%

Generated by 🐒 cobertura-action against dd7a828

@codspeed-hq

codspeed-hq Bot commented Jun 26, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 1 untouched benchmark


Comparing renovate/pyjson5-2.x (dd7a828) with main (142f03e)

Open in CodSpeed

auto-merge was automatically disabled June 26, 2026 16:30

Pull request was closed

@renovate

renovate Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==2.0.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/pyjson5-2.x branch June 26, 2026 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants