Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2025

Bumps the simple group in /misc/dbt-materialize with 1 update: mashumaro.

Updates mashumaro from 3.9 to 3.16

Release notes

Sourced from mashumaro's releases.

v3.16

Changes

  • Added support for custom JSON Schema instance formats defined by users (#267)
  • Added support for typing.ReadOnly and typing_extensions.ReadOnly from PEP 705 (#272)
  • Fixed AttributeError when using generic SerializableType subclass (#275)

v3.15

Changes

  • Improved Union and basic types deserialization (#256), highlighted changes:
    • Expected int | float or float | int value can now be passed through without coercion and losing precision
    • Expected str value will be guaranteed to be a string version of the input value (#42)
    • Expected bool value will be guaranteed to be a boolean using standard truth testing procedure for the input value
    • Expected NoneType will be guaranteed to be None regardless of the input value
  • Introduced JSON Schema plugin system (#265), see updated documentation
    • Added built-in DocstringDescriptionPlugin to use a docstring as a description (#222)
  • Added support for recursive Union types (#206)
  • Configured MANIFEST.in to include tests folder in the sdist (#262)
  • Dropped support for Python 3.8 (#258)

v3.14

Changes

  • Added support for re.Pattern and typing.Pattern (#105)
  • Fixed DeprecationWarning introduced in Python 3.13 (#249)
  • Fixed potential duplications in the Union unpacker (#250)
  • Small changes under the hood (#244, #247)

v3.13.1

Changes

  • Fixed type annotation for the result of to_json method in DataClassORJSONMixin (#223)
  • Fixed compatibility with Python 3.12.4 (#226)
  • Fixed compatibility with latest TypeVar default changes in Python 3.13.0 and typing-extensions>=4.12 (#227)

v3.13

Changes

  • Added support for Python 3.13 (#208, #209)
  • Added support for PEP 695 (#211)
  • Added initial support for PEP 696 with typing-extensions 4.11.0 reference implementation (#216)
  • Added support for MappingProxyType (#218)
  • Added forbid_extra_keys config option to reject extra keys on deserialization (#197, #198)
  • Added an alternative way to assign a field alias with Alias(...) annotation (#214), see updated documentation
  • Improved union encoding performance (#194)
  • Fixed a case when omit_default didn't work for Enum with basic types mixed in (#204)
  • Fixed RecursionError when annotated SerializationStrategy was used as a field serialization strategy (#219)

v3.12

... (truncated)

Commits
  • 58d6a4a Ignore 'brunch'
  • 810dbb3 Bump version
  • 0e97dd7 Remove env cache
  • 68fb7d2 Merge pull request #275 from ponyville/michi/issue-274
  • 761579d Fix AttributeError when using generic SerializableType subclass
  • 9df4c59 Merge pull request #272 from Fatal1ty/pep-705
  • 9c5e5e4 Add support for ReadOnly from PEP 705
  • 19d4642 Merge pull request #267 from Fatal1ty/custom-json-schema-instance-formats
  • 0395972 Increase coverage
  • 15374ae Fix import
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
mashumaro [>= 3.17.dev0, < 3.18]

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the simple group in /misc/dbt-materialize with 1 update: [mashumaro](https://github.com/Fatal1ty/mashumaro).


Updates `mashumaro` from 3.9 to 3.16
- [Release notes](https://github.com/Fatal1ty/mashumaro/releases)
- [Commits](Fatal1ty/mashumaro@v3.9...v3.16)

---
updated-dependencies:
- dependency-name: mashumaro
  dependency-version: '3.16'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the A-dependencies Area: dependency upgrades label Dec 16, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 16, 2025 02:05
@dependabot dependabot bot added the A-dependencies Area: dependency upgrades label Dec 16, 2025
@def-
Copy link
Contributor

def- commented Dec 16, 2025

@dependabot ignore mashumaro

@dependabot dependabot bot closed this Dec 16, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2025

OK, I won't notify you about mashumaro again, unless you unignore it.

@dependabot dependabot bot deleted the dependabot/pip/misc/dbt-materialize/simple-88084d96f2 branch December 16, 2025 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-dependencies Area: dependency upgrades

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants