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

build(deps): update dependency msgspec to v0.19.0 #127

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
msgspec (source) == 0.18.6 -> ==0.19.0 age adoption passing confidence

Release Notes

jcrist/msgspec (msgspec)

v0.19.0: Version 0.19.0

Compare Source

  • Improve JSON encoding performance by up to 40% (#​647).
  • Ensure tuple and frozenset default values are treated identically whether specified by value or default_factory (#​653).
  • Fix memory leak of match_args in StructConfig object (#​684).
  • Fix memory leak in Raw.copy() (#​709).
  • Update decode signatures for PEP 688 (#​740).
  • Generate __replace__ method on Struct types, for use with copy.replace (#​747).
  • Fix incorrect decoding of certain > 64 bit integers (#​751).
  • Call __post_init__ when converting from an object to a Struct (#​752).
  • BREAKING: Expand buffer when encode_into is passed a buffer smaller than offset (#​753).
  • Support Raw objects as inputs to convert (#​754).
  • Error nicely when a dataclass type (instead of an instance) is passed to encode (#​755).
  • Drop support for Python 3.8 (#​756, #​763).
  • Add support for Python 3.13 (#​711).
  • Remove deprecated from_builtins (#​761).
  • Support encoding any Enum type whose .value is a supported type (#​757).
  • Don't fail eagerly when processing generic types with unsupported __parameters__ (#​772).
  • Use eval_type_backport to backport type annotations to Python 3.9 (#​773).

Configuration

📅 Schedule: Branch creation - "on the 1st day of the month" in timezone Asia/Shanghai, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 force-pushed the renovate/msgspec-0.x branch from 55e03f4 to 3e11a70 Compare February 6, 2025 22:16
@trim21 trim21 merged commit aec9873 into master Feb 6, 2025
4 checks passed
@trim21 trim21 deleted the renovate/msgspec-0.x branch February 6, 2025 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant