dbt-core 1.11.0-rc3 - December 08, 2025
Features
- Raise jsonschema-based deprecation warnings by default (#12240)
- 🐛 ⛄ Disable unit tests whose model is disabled (#10540)
Fixes
- Fix bug in partial parsing when updating a model with a schema file that is referenced by a singular test (#12223)
- 🐛 ⛄ Improve
dbt deps --add-packageduplicate detection with better cross-source matching and word boundaries (#12239) - 🐛 ⛄ Fix false positive deprecation warning of pre/post-hook SQL configs (#12244)
Under the Hood
- Replace setuptools and tox with hatch for build, test, and environment management. (#12151)
Contributors
- @emmyoop (#12239, #12151)
- @mattogburke (#12223)
- @michelleark (#12240, #10540, #12244)