Skip to content

deps(deps): bump dbt-core from 1.10.4 to 1.11.7#230

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/dbt-core-1.11.7
Open

deps(deps): bump dbt-core from 1.10.4 to 1.11.7#230
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/dbt-core-1.11.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2026

Bumps dbt-core from 1.10.4 to 1.11.7.

Release notes

Sourced from dbt-core's releases.

dbt-core v1.11.7

dbt-core 1.11.7 - March 04, 2026

Fixes

  • Fix dbt retry for microbatch models to use the original invocation time instead of the current time when recomputing batches (#11423)

Dependencies

  • Bump minimum version of dbt-common to 1.37.3 (#12575)

Contributors

dbt-core v1.11.6

dbt-core 1.11.6 - February 17, 2026

Features

  • add config.meta_get to python model parsing (#12458)

Contributors

dbt-core v1.11.5

dbt-core 1.11.5 - February 13, 2026

Fixes

  • Fix false deprecation warning (#12327)
  • Dont fire config problem event if loaded_at_query is defined for adapters that dont support metadata-based freshness (#12451)

Contributors

dbt-core v1.11.4

dbt-core 1.11.4 - February 09, 2026

Fixes

  • Skip raising CustomKeyInConfigDeprecation for config key alias in sql (#12396)

Under the Hood

  • sync JSON schemas from dbt-fusion (#N/A)

Contributors

... (truncated)

Changelog

Sourced from dbt-core's changelog.

dbt-core 1.11.7 - March 04, 2026

Fixes

  • Fix dbt retry for microbatch models to use the original invocation time instead of the current time when recomputing batches (#11423)

Dependencies

  • Bump minimum version of dbt-common to 1.37.3 (#12575)

Contributors

dbt-core 1.11.6 - February 17, 2026

Features

  • add config.meta_get to python model parsing (#12458)

Contributors

dbt-core 1.11.5 - February 13, 2026

Fixes

  • Fix false deprecation warning (#12327)
  • Dont fire config problem event if loaded_at_query is defined for adapters that dont support metadata-based freshness (#12451)

Contributors

dbt-core 1.11.4 - February 09, 2026

Fixes

  • Skip raising CustomKeyInConfigDeprecation for config key alias in sql (#12396)

Under the Hood

  • sync JSON schemas from dbt-fusion (#N/A)

Contributors

dbt-core 1.11.3 - February 05, 2026

... (truncated)

Commits

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 24, 2026
@bgaidioz
Copy link
Copy Markdown
Contributor

Dependency Review

Why we have this dependency

dbt-core powers the data transformation framework integration. MXCP generates dbt profiles and project configs for DuckDB:

  • src/mxcp/server/services/dbt/runner.py — dbt profile/project YAML generation and execution
  • CLI init command — scaffolds dbt project structure

The dbt-duckdb adapter also depends on dbt-core.

Transitive dependency risk

⚠️ MEDIUMdbt-core shares several dependencies with our direct deps:

  • pyyaml — also our direct dependency (config parsing)
  • jinja2 — also our direct dependency (SQL/Python template engine)
  • click — also our direct dependency (CLI framework); this PR bumps click from 8.2.1 → 8.3.1

Additionally, this PR bumps protobuf from v5 → v6 (major version), which could affect anything using protobuf in the dependency tree.

Impact of this uv.lock bump

Updates 6 packages: dbt-core, dbt-adapters, dbt-common, dbt-protos, protobuf, and click. The protobuf major version bump (v5 → v6) and click minor bump are the main risks. Recommend running the full test suite, especially dbt-related tests and CLI commands, to ensure no regressions from the click bump.

@bgaidioz
Copy link
Copy Markdown
Contributor

Run a dbt example?

@bgaidioz
Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [dbt-core](https://github.com/dbt-labs/dbt-core) from 1.10.4 to 1.11.7.
- [Release notes](https://github.com/dbt-labs/dbt-core/releases)
- [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.11.7/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v1.10.4...v1.11.7)

---
updated-dependencies:
- dependency-name: dbt-core
  dependency-version: 1.11.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/uv/dbt-core-1.11.7 branch from 21db386 to 9d35d54 Compare March 25, 2026 14:04
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant