Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency orjson to v3.9.10 #2948

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
orjson (changelog) 3.8.9 -> 3.9.10 age adoption passing confidence

Release Notes

ijl/orjson (orjson)

v3.9.10

Compare Source

Fixed
  • Fix debug assert failure on 3.12 --profile=dev build.

v3.9.9

Compare Source

Changed
  • orjson module metadata explicitly marks subinterpreters as not supported.

v3.9.8

Compare Source

Changed
  • Improve performance.
  • Drop support for Python 3.7.

v3.9.7

Compare Source

Fixed
  • Fix crash in orjson.loads() due to non-reentrant handling of persistent
    buffer. This was introduced in 3.9.3.
  • Handle some FFI removals in CPython 3.13.

v3.9.6

Compare Source

Fixed
  • Fix numpy reference leak on unsupported array dtype.
  • Fix numpy.datetime64 reference handling.
Changed
  • Minor performance improvements.

v3.9.5

Compare Source

Fixed
  • Remove futex from module import and initialization path.

v3.9.4

Compare Source

Fixed
  • Fix hash builder using default values.
  • Fix non-release builds of orjson copying large deserialization buffer
    from stack to heap. This was introduced in 3.9.3.

v3.9.3

Compare Source

Fixed
  • Fix compatibility with CPython 3.12.
Changed
  • Support i686/x86 32-bit Python installs on Windows.

v3.9.2

Compare Source

Fixed
  • Fix the __cause__ exception on orjson.JSONEncodeError possibly being
    denormalized, i.e., of type str instead of Exception.

v3.9.1

Compare Source

Fixed
  • Fix debug assert failure on 3.12 --profile=dev build.

v3.9.0

Compare Source

Added
  • orjson.Fragment includes already-serialized JSON in a document.

v3.8.14

Compare Source

Changed
  • PyPI manylinux wheels are compiled for x86-64 instead of x86-64-v2.

v3.8.13

Compare Source

Changed
  • Source distribution contains all source code required for an offline build.
  • PyPI macOS wheels use a MACOSX_DEPLOYMENT_TARGET of 10.15 instead of 11.
  • Build uses maturin v1.

v3.8.12

Compare Source

Changed
  • Exceptions raised in default are now chained as the __cause__ attribute
    on orjson.JSONEncodeError.

v3.8.11

Compare Source

Changed
  • orjson.loads() on an empty document has a specific error message.
  • PyPI manylinux_2_28_x86_64 wheels are compiled for x86-64-v2.
  • PyPI macOS wheels are only universal2 and compiled for
    x86-64-v2 and apple-m1.

v3.8.10

Compare Source

Fixed
  • Fix compatibility with CPython 3.12.0a7.
  • Fix compatibility with big-endian architectures.
  • Fix crash in serialization.
Changed
  • Publish musllinux 3.11 wheels.
  • Publish s390x wheels.

Configuration

📅 Schedule: 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 has been generated by Mend Renovate. View repository job log here.

@michael-genson michael-genson enabled auto-merge (squash) January 10, 2024 00:41
@renovate renovate bot force-pushed the renovate/orjson-3.x-lockfile branch 9 times, most recently from 85c8a6c to 81c04aa Compare January 10, 2024 11:03
@renovate renovate bot force-pushed the renovate/orjson-3.x-lockfile branch from 81c04aa to 8378e72 Compare January 10, 2024 17:23
@michael-genson michael-genson merged commit d3b3bb6 into mealie-next Jan 10, 2024
9 checks passed
@michael-genson michael-genson deleted the renovate/orjson-3.x-lockfile branch January 10, 2024 17:37
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.

None yet

1 participant