Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2025

Bumps the simple group with 5 updates in the /misc/dbt-materialize directory:

Package From To
dbt-adapters 1.17.3 1.18.0
dbt-common 1.33.0 1.35.0
mashumaro 3.14 3.17
pydantic 2.12.3 2.12.4
pydantic-core 2.41.4 2.41.5

Updates dbt-adapters from 1.17.3 to 1.18.0

Commits

Updates dbt-common from 1.33.0 to 1.35.0

Changelog

Sourced from dbt-common's changelog.

dbt-common 1.35.0 - October 28, 2025

Fixes

Dependencies

  • Drop support for python 3.9 (#319)

Contributors

dbt-common 1.34.0 - October 28, 2025

Features

  • Begin distributing the EventCatcher testing utility (#N/A)
Commits

Updates mashumaro from 3.14 to 3.17

Release notes

Sourced from mashumaro's releases.

v3.17

Changes

  • Added support for Python 3.14 (#285)
  • Improved generating JSON Schema references and titles for generic dataclasses (#291)
  • Fixed JSON Schema for a generic dataclass with a field type T (#290)
  • Fixed ignoring NotRequired when using from __future__ import annotations (#292)
  • Added support for user extra args in field_options function (#286)
  • Improved packaging by switching from setup.py to pyproject.toml (#284)

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)
Commits
  • 6ea604b Bump version
  • ef0f59f Merge pull request #296 from Fatal1ty/notrequired-workaround
  • 3cc3379 Add tests for NotRequired with future annotations
  • c5c5244 Add workaround for NotRequired with future annotations in JSON Schema
  • 8edf0d8 Add workaround for NotRequired used with future annotations
  • b82b15a Merge pull request #294 from Fatal1ty/enable-some-tests
  • 051d420 Remove tests/test_serialization_strategy_563.py
  • 70d428c Enable previously disabled tests and do some refactoring
  • 5833f95 Merge pull request #285 from cdce8p-forks/python-3.14
  • cf99107 Revert "Fix ByteString checks"
  • Additional commits viewable in compare view

Updates pydantic from 2.12.3 to 2.12.4

Release notes

Sourced from pydantic's releases.

v2.12.4 2025-11-05

v2.12.4 (2025-11-05)

This is the fourth 2.12 patch release, fixing more regressions, and reverting a change in the build() method of the AnyUrl and Dsn types.

This patch release also fixes an issue with the serialization of IP address types, when serialize_as_any is used. The next patch release will try to address the remaining issues with serialize as any behavior by introducing a new polymorphic serialization feature, that should be used in most cases in place of serialize as any.

Full Changelog: pydantic/pydantic@v2.12.3...v2.12.4

Changelog

Sourced from pydantic's changelog.

v2.12.4 (2025-11-05)

GitHub release

This is the fourth 2.12 patch release, fixing more regressions, and reverting a change in the build() method of the AnyUrl and Dsn types.

This patch release also fixes an issue with the serialization of IP address types, when serialize_as_any is used. The next patch release will try to address the remaining issues with serialize as any behavior by introducing a new polymorphic serialization feature, that should be used in most cases in place of serialize as any.

Commits
  • 5c842df Prepare release v2.12.4
  • c678a71 Bump pydantic-core to v2.41.5
  • a7cd292 Bump cloudpickle to v3.1.2
  • 21f6278 Bump actions/setup-node from 5 to 6
  • 8d6be8f Bump astral-sh/setup-uv from 6 to 7
  • 17865ea Bump actions/upload-artifact from 4 to 5
  • 90ad0af Bump actions/download-artifact from 5 to 6
  • 18e6672 Drop testing under PyPy 3.9
  • 650215b Document workaround for MongoDsn default port
  • e326790 Fix example of for bytes_invalid_encoding validation error
  • Additional commits viewable in compare view

Updates pydantic-core from 2.41.4 to 2.41.5

Release notes

Sourced from pydantic-core's releases.

v2.41.5

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-core@v2.41.4...v2.41.5

Commits

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

@dependabot dependabot bot added the A-dependencies Area: dependency upgrades label Nov 6, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 6, 2025 02:06
@dependabot dependabot bot added the A-dependencies Area: dependency upgrades label Nov 6, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/misc/dbt-materialize/simple-fcbed4b821 branch from e126901 to e7eb963 Compare November 7, 2025 02:06
Bumps the simple group with 5 updates in the /misc/dbt-materialize directory:

| Package | From | To |
| --- | --- | --- |
| [dbt-adapters](https://github.com/dbt-labs/dbt-adapters) | `1.17.3` | `1.18.0` |
| [dbt-common](https://github.com/dbt-labs/dbt-common) | `1.33.0` | `1.35.0` |
| [mashumaro](https://github.com/Fatal1ty/mashumaro) | `3.14` | `3.17` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.12.3` | `2.12.4` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.41.4` | `2.41.5` |



Updates `dbt-adapters` from 1.17.3 to 1.18.0
- [Release notes](https://github.com/dbt-labs/dbt-adapters/releases)
- [Changelog](https://github.com/dbt-labs/dbt-adapters/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dbt-labs/dbt-adapters/commits)

Updates `dbt-common` from 1.33.0 to 1.35.0
- [Changelog](https://github.com/dbt-labs/dbt-common/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dbt-labs/dbt-common/commits)

Updates `mashumaro` from 3.14 to 3.17
- [Release notes](https://github.com/Fatal1ty/mashumaro/releases)
- [Commits](Fatal1ty/mashumaro@v3.14...v3.17)

Updates `pydantic` from 2.12.3 to 2.12.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.4/HISTORY.md)
- [Commits](pydantic/pydantic@v2.12.3...v2.12.4)

Updates `pydantic-core` from 2.41.4 to 2.41.5
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.41.4...v2.41.5)

---
updated-dependencies:
- dependency-name: dbt-adapters
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: dbt-common
  dependency-version: 1.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: mashumaro
  dependency-version: '3.17'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: pydantic
  dependency-version: 2.12.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: pydantic-core
  dependency-version: 2.41.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/misc/dbt-materialize/simple-fcbed4b821 branch from e7eb963 to 43d25e0 Compare November 10, 2025 02:06
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.

1 participant