Skip to content

Bump ijson from 3.4.0 to 3.5.1#361

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/ijson-3.5.1
Open

Bump ijson from 3.4.0 to 3.5.1#361
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/ijson-3.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor

Bumps ijson from 3.4.0 to 3.5.1.

Changelog

Sourced from ijson's changelog.

[3.5.1]

  • The internal ijson.common.ObjectBuilder no longer creates internal reference cycles, so discarded builders are freed by reference counting instead of waiting for a cyclic garbage collection pass. This lowers peak memory usage for code that builds and discards one large object at a time. As a side effect, builder.value is now None before any event is processed (previously accessing it raised AttributeError), and the undocumented containers attribute holds the in-progress containers rather than setter closures.

[3.5.0]

  • Added input iterator support via the new ijson.from_iter adapter. It allows users to easily consume iterators and async iterators, with common examples being HTTP stream responses as modelled by the requests and httpx libraries.
  • Introdued tox for common task execution.

[3.4.0.post0]

  • Post-release to get 3.14 wheels built on published on PyPI.
Commits
  • d991ad9 Release ijson 3.5.1
  • 433fc73 Actually delete misleading comment
  • 64a7a81 * Emphasize that ObjectBuilder is internal.
  • 8e1d481 Test that value is readable during construction
  • fef6110 Rebuild ObjectBuilder without setter closures
  • 3a363b8 Bump actions/checkout from 6 to 7
  • 979e0ce Bump pypa/cibuildwheel from 3.4.1 to 4.1.0
  • cdbb2f7 Fix invalid CIBW skip option
  • a9f5dc6 Remove cpython-freethreading from cibw enable
  • d72a5de Move cibuildwheel configuration to pyproject.toml
  • 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 [ijson](https://github.com/ICRAR/ijson) from 3.4.0 to 3.5.1.
- [Changelog](https://github.com/ICRAR/ijson/blob/master/CHANGELOG.md)
- [Commits](ICRAR/ijson@v3.4.0...v3.5.1)

---
updated-dependencies:
- dependency-name: ijson
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 7, 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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants