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

chore(deps): update msgspec requirement from ~=0.18.6 to ~=0.19.0 #2681

Merged
merged 1 commit into from
Dec 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2024

Updates the requirements on msgspec to permit the latest version.

Release notes

Sourced from msgspec's releases.

Version 0.19.0

  • 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).
Commits
  • dd965dc Update changelog for 0.19.0
  • 8c59e8b chore(build): updated Github CI Actions (#785)
  • 4418e5e Use eval_type_backport on Python 3.9 if it's installed to resolve `int | None...
  • 3c487c1 Fix typo and readability
  • 595c33c Don't fail when parsing types with invalid __parameters__
  • 148f9a1 remove copyright year in docs (#767)
  • e06e9c9 Remove some missed Python 3.8 code
  • 76cbca6 Upgrade ruff in pre-commit
  • 07e2abd Remove deprecated from_builtins
  • f66bbbd MNT: account for CPython 314 changes (#760)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Updates the requirements on [msgspec](https://github.com/jcrist/msgspec) to permit the latest version.
- [Release notes](https://github.com/jcrist/msgspec/releases)
- [Commits](jcrist/msgspec@0.18.6...0.19.0)

---
updated-dependencies:
- dependency-name: msgspec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 27, 2024
@dependabot dependabot bot requested a review from a team as a code owner December 27, 2024 22:42
@dependabot dependabot bot added the python Pull requests that update Python code label Dec 27, 2024
@pullapprove4 pullapprove4 bot requested a review from Lulalaby December 27, 2024 22:42
@github-actions github-actions bot enabled auto-merge (squash) December 27, 2024 22:42
@Lulalaby Lulalaby disabled auto-merge December 28, 2024 17:15
@Lulalaby Lulalaby merged commit d08d47a into master Dec 28, 2024
23 of 24 checks passed
@Lulalaby Lulalaby deleted the dependabot/pip/msgspec-approx-eq-0.19.0 branch December 28, 2024 17:16
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.

1 participant