Skip to content

Release 0.32.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Nov 15:15
24f7541

[0.32.0] - 2025-11-12

Changed

  • Expanded all dbt adapter version ranges to >=1.7.x,<2.0.0 (Snowflake, BigQuery, Postgres, Redshift, Glue)
  • Added Snowflake adapter to test suite (tox.ini)
  • Removed dbt-core from base requirements (all adapters provide it as dependency)
  • Jinja2 version constraint: ==3.1.2>=3.1.3,<4

Fixed

  • dp publish compatibility with dbt 1.8+ (removed dependency on unstable Python API)
  • CLI import failure when GitPython not installed

Removed

  • MarkupSafe pin (managed by Jinja2)
  • Werkzeug dependency (unused)