Skip to content

Bump dbt-core from 1.9.8 to 1.10.5#529

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/dbt-core-1.10.5
Closed

Bump dbt-core from 1.9.8 to 1.10.5#529
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/dbt-core-1.10.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps dbt-core from 1.9.8 to 1.10.5.

Release notes

Sourced from dbt-core's releases.

dbt-core v1.10.5

dbt-core 1.10.5 - July 22, 2025

Features

  • Create constrained namespace for dbt engine env vars (#11340)
  • Gate jsonschema validations by adapter (#11680)
  • Deprecate top-level argument properties in generic tests (#11847)

Fixes

  • Make GenericJSONSchemaValidationDeprecation a "preview" deprecation (#11814)
  • Correct JSONSchema Semantic Layer node issues (#11818)
  • Improve SL JSONSchema definitions (#N/A)
  • raise MissingPlusPrefixDeprecation instead of GenericJSONSchemaValidationDeprecation when config missing plus prefix in dbt_project.yml (#11826)
  • Propagate config.meta and config.tags to top-level on source nodes (#11839)

dbt-core v1.10.4

dbt-core 1.10.4 - July 10, 2025

Features

  • Deprecate overrides property for sources (#11566)

Fixes

  • Update jsonschema definitions with nested config defs, cloud info, and dropping source overrides (#N/A)

Dependencies

  • Upgrade to dbt-semantic-interfaces==0.9.0 for more robust saved query support. (#11809)

Contributors

dbt-core v1.10.3

dbt-core 1.10.3 - July 02, 2025

Features

  • Support loaded_at_query and loaded_at_field on source and table configs (#11659)
  • Begin validating configs from model sql files (#11727)

Fixes

  • Bump dbt-common to 1.25.0 to access WarnErrorOptionsV2 (#11755)

Dependencies

... (truncated)

Changelog

Sourced from dbt-core's changelog.

dbt-core 1.10.5 - July 22, 2025

Features

  • Create constrained namespace for dbt engine env vars (#11340)
  • Gate jsonschema validations by adapter (#11680)
  • Deprecate top-level argument properties in generic tests (#11847)

Fixes

  • Make GenericJSONSchemaValidationDeprecation a "preview" deprecation (#11814)
  • Correct JSONSchema Semantic Layer node issues (#11818)
  • Improve SL JSONSchema definitions (#N/A)
  • raise MissingPlusPrefixDeprecation instead of GenericJSONSchemaValidationDeprecation when config missing plus prefix in dbt_project.yml (#11826)
  • Propagate config.meta and config.tags to top-level on source nodes (#11839)

dbt-core 1.10.4 - July 10, 2025

Features

  • Deprecate overrides property for sources (#11566)

Fixes

  • Update jsonschema definitions with nested config defs, cloud info, and dropping source overrides (#N/A)

Dependencies

  • Upgrade to dbt-semantic-interfaces==0.9.0 for more robust saved query support. (#11809)

Contributors

dbt-core 1.10.3 - July 02, 2025

Features

  • Support loaded_at_query and loaded_at_field on source and table configs (#11659)
  • Begin validating configs from model sql files (#11727)

Fixes

  • Bump dbt-common to 1.25.0 to access WarnErrorOptionsV2 (#11755)

Dependencies

  • Bump dbt-common minimum to 1.25.1 (#11789)

... (truncated)

Commits
  • f530f9f Bumping version to 1.10.5 and generate changelog
  • 0278e02 accept generic test args under 'args' (#11840) (#11848)
  • dd9bf8b config.meta and config.tags propagation to top-level on sources and tables (#...
  • f380d72 raise MissingPlusPrefixDeprecation when missing plus-prefix, otherwise skip t...
  • 787ba93 Gate jsonschema validations by adapter support (#11828) (#11832)
  • 70d495c skip type checking deprecation_date on the basis of jsonschemas (#11823) (#11...
  • fd57695 Some additional SL JSONSchema improvements/fixes (#11821) (#11831)
  • a58f909 Create and protect dbt engine environment variable namespace via prefix `DBT_...
  • efd8659 update semantic layer jsonschemas (#11817) (#11820)
  • c213313 Make GenericJSONSchemaValidationDeprecation a "preview" deprecation (#11815...
  • 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 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 Pull requests that update python code labels Jul 28, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/dbt-core-1.10.5 branch from 1adc72e to 71eed1a Compare July 31, 2025 14:49
Bumps [dbt-core](https://github.com/dbt-labs/dbt-core) from 1.9.8 to 1.10.5.
- [Release notes](https://github.com/dbt-labs/dbt-core/releases)
- [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.10.5/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v1.9.8...v1.10.5)

---
updated-dependencies:
- dependency-name: dbt-core
  dependency-version: 1.10.5
  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/pip/dbt-core-1.10.5 branch from 71eed1a to e5cff15 Compare July 31, 2025 14:52
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2025

Superseded by #533.

@dependabot dependabot bot closed this Aug 4, 2025
@dependabot dependabot bot deleted the dependabot/pip/dbt-core-1.10.5 branch August 4, 2025 06:09
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.

0 participants