Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

chore(deps): bump msgspec from 0.11.0 to 0.12.0 #218

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2023

Bumps msgspec from 0.11.0 to 0.12.0.

Release notes

Sourced from msgspec's releases.

Version 0.12.0

  • Support encoding set and frozenset subclasses (#249).

  • Support encoding/decoding typing.NewType types (#251).

  • Allow creating a msgspec.Raw object from a str (#252).

  • Add new experimental msgspec.inspect module for inspecting type annotations. This is intended to be used for building downstream tooling based on msgspec-compatible types. See the docs for more information (#253).

  • Add new extra field to msgspec.Meta, for storing arbitrary user-defined metadata (#255).

  • Improved performance for JSON encoding strings (#256).

Commits
  • 4173561 Release 0.12.0
  • c4b6a3b Improve JSON str encode performance
  • eebfeb6 Optimize str -> utf8 for common cases
  • 6be9b11 Handle allocation failures when decoding JSON str keys
  • 6163365 Add extra field to msgspec.Meta
  • f9732e0 Fix type checking of inspect module
  • b4381d2 Add includes_none property on UnionType objects
  • 73935ad Document msgspec.inspect
  • 816c9b7 Add tests for msgspec.inspect
  • 063f68d Implement inspect module
  • 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 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 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 [msgspec](https://github.com/jcrist/msgspec) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/jcrist/msgspec/releases)
- [Commits](jcrist/msgspec@0.11.0...0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 9, 2023
@peterschutt peterschutt merged commit 7955e5d into main Jan 9, 2023
@peterschutt peterschutt deleted the dependabot/pip/msgspec-0.12.0 branch January 9, 2023 23:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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