Next version needs to keep 2.0 upper limit following previous versions like v1.9.1 instead of fixing 1.11, "dbt-core>=1.9.0,<2.0"
Most users will be using the newer dbt-core, we should only move minimal versions when moving onto new functionality
Fix: Change to "dbt-core>=1.10.0,<2.0" on pyproject
Next version needs to keep 2.0 upper limit following previous versions like v1.9.1 instead of fixing 1.11, "dbt-core>=1.9.0,<2.0"
Most users will be using the newer dbt-core, we should only move minimal versions when moving onto new functionality
Fix: Change to "dbt-core>=1.10.0,<2.0" on pyproject