chore(deps): update dependency jiter to v0.14.0 #42

Merged
renovate-bot merged 1 commit from renovate/jiter-0.x into main 2026-05-07 14:52:50 +02:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
jiter ==0.10.0==0.14.0 age confidence

Release Notes

pydantic/jiter (jiter)

v0.14.0

Compare Source

v0.13.0

Compare Source

What's Changed

Full Changelog: https://github.com/pydantic/jiter/compare/v0.12.0...v0.13.0

v0.12.0: 2025-11-09

Compare Source

What's Changed

Full Changelog: https://github.com/pydantic/jiter/compare/v0.11.1...v0.12.0

v0.11.1: 2025-10-17

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/jiter/compare/v0.11.0...v0.11.1

v0.11.0: 2025-09-11

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/jiter/compare/v0.10.0...v0.11.0


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [jiter](https://github.com/pydantic/jiter) | `==0.10.0` → `==0.14.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/jiter/0.14.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/jiter/0.10.0/0.14.0?slim=true) | --- ### Release Notes <details> <summary>pydantic/jiter (jiter)</summary> ### [`v0.14.0`](https://github.com/pydantic/jiter/compare/v0.13.0...v0.14.0) [Compare Source](https://github.com/pydantic/jiter/compare/v0.13.0...v0.14.0) ### [`v0.13.0`](https://github.com/pydantic/jiter/releases/tag/v0.13.0) [Compare Source](https://github.com/pydantic/jiter/compare/v0.12.0...v0.13.0) #### What's Changed - bump PyO3 to 0.28 by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;233](https://github.com/pydantic/jiter/pull/233) **Full Changelog**: <https://github.com/pydantic/jiter/compare/v0.12.0...v0.13.0> ### [`v0.12.0`](https://github.com/pydantic/jiter/releases/tag/v0.12.0): 2025-11-09 [Compare Source](https://github.com/pydantic/jiter/compare/v0.11.1...v0.12.0) #### What's Changed - chore: pyo3-v0.27.x by [@&#8203;jessekrubin](https://github.com/jessekrubin) in [#&#8203;228](https://github.com/pydantic/jiter/pull/228) - derive `Default` for enums by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;229](https://github.com/pydantic/jiter/pull/229) **Full Changelog**: <https://github.com/pydantic/jiter/compare/v0.11.1...v0.12.0> ### [`v0.11.1`](https://github.com/pydantic/jiter/releases/tag/v0.11.1): 2025-10-17 [Compare Source](https://github.com/pydantic/jiter/compare/v0.11.0...v0.11.1) #### What's Changed - jiter-python: modify pyproject.toml to include license in wheels by [@&#8203;justeph](https://github.com/justeph) in [#&#8203;222](https://github.com/pydantic/jiter/pull/222) - refactor: convert all `downcast`s to `cast`s by [@&#8203;jessekrubin](https://github.com/jessekrubin) in [#&#8203;221](https://github.com/pydantic/jiter/pull/221) - Upgrade GitHub actions/checkout and actions/setup-python by [@&#8203;cclauss](https://github.com/cclauss) in [#&#8203;225](https://github.com/pydantic/jiter/pull/225) - Add GraalPy 3.12 wheels by [@&#8203;msimacek](https://github.com/msimacek) in [#&#8203;223](https://github.com/pydantic/jiter/pull/223) - ci: add builds for windows 11 arm by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;210](https://github.com/pydantic/jiter/pull/210) - release: 0.11.1 by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;227](https://github.com/pydantic/jiter/pull/227) #### New Contributors - [@&#8203;justeph](https://github.com/justeph) made their first contribution in [#&#8203;222](https://github.com/pydantic/jiter/pull/222) - [@&#8203;cclauss](https://github.com/cclauss) made their first contribution in [#&#8203;225](https://github.com/pydantic/jiter/pull/225) **Full Changelog**: <https://github.com/pydantic/jiter/compare/v0.11.0...v0.11.1> ### [`v0.11.0`](https://github.com/pydantic/jiter/releases/tag/v0.11.0): 2025-09-11 [Compare Source](https://github.com/pydantic/jiter/compare/v0.10.0...v0.11.0) #### What's Changed - Impl `std::error::Error` for error types by [@&#8203;friendlymatthew](https://github.com/friendlymatthew) in [#&#8203;205](https://github.com/pydantic/jiter/pull/205) - Set up criterion for benchmarking by [@&#8203;friendlymatthew](https://github.com/friendlymatthew) in [#&#8203;197](https://github.com/pydantic/jiter/pull/197) - Keep strings before incomplete escape sequences in partial mode by [@&#8203;dittos](https://github.com/dittos) in [#&#8203;208](https://github.com/pydantic/jiter/pull/208) - fix lint reported in Rust 1.89 by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;213](https://github.com/pydantic/jiter/pull/213) - Build wheels for GraalPy by [@&#8203;msimacek](https://github.com/msimacek) in [#&#8203;212](https://github.com/pydantic/jiter/pull/212) - Trailing bytes partial mode by [@&#8203;PrettyWood](https://github.com/PrettyWood) in [#&#8203;211](https://github.com/pydantic/jiter/pull/211) - Fix linux-x86\_64 build matrix by [@&#8203;msimacek](https://github.com/msimacek) in [#&#8203;215](https://github.com/pydantic/jiter/pull/215) - allow `python_parse` to take ref to self by [@&#8203;jessekrubin](https://github.com/jessekrubin) in [#&#8203;214](https://github.com/pydantic/jiter/pull/214) - update PyO3 to 0.26 by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;219](https://github.com/pydantic/jiter/pull/219) - release: 0.11.0 by [@&#8203;davidhewitt](https://github.com/davidhewitt) in [#&#8203;220](https://github.com/pydantic/jiter/pull/220) #### New Contributors - [@&#8203;friendlymatthew](https://github.com/friendlymatthew) made their first contribution in [#&#8203;205](https://github.com/pydantic/jiter/pull/205) - [@&#8203;dittos](https://github.com/dittos) made their first contribution in [#&#8203;208](https://github.com/pydantic/jiter/pull/208) - [@&#8203;msimacek](https://github.com/msimacek) made their first contribution in [#&#8203;212](https://github.com/pydantic/jiter/pull/212) - [@&#8203;PrettyWood](https://github.com/PrettyWood) made their first contribution in [#&#8203;211](https://github.com/pydantic/jiter/pull/211) - [@&#8203;jessekrubin](https://github.com/jessekrubin) made their first contribution in [#&#8203;214](https://github.com/pydantic/jiter/pull/214) **Full Changelog**: <https://github.com/pydantic/jiter/compare/v0.10.0...v0.11.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjguNSIsInVwZGF0ZWRJblZlciI6IjQzLjE2OC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
renovate-bot added 1 commit 2026-05-07 14:50:50 +02:00
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-05-07 14:50:53 +02:00
renovate-bot force-pushed renovate/jiter-0.x from a0a7b69154 to dba49f2fbf 2026-05-07 14:52:03 +02:00 Compare
renovate-bot force-pushed renovate/jiter-0.x from dba49f2fbf to 82f311b6dc 2026-05-07 14:52:47 +02:00 Compare
renovate-bot merged commit 8b59c61cd4 into main 2026-05-07 14:52:50 +02:00
renovate-bot deleted branch renovate/jiter-0.x 2026-05-07 14:52:52 +02:00
Sign in to join this conversation.
No description provided.