$ dbt --version
Core:
- installed: 1.8.9
- latest: 1.9.2 - Update available!
Your version of dbt-core is out of date!
You can find instructions for upgrading here:
https://docs.getdbt.com/docs/installation
Plugins:
- starrocks: 1.7.0 - Not compatible!
At least one plugin is out of date or incompatible with dbt-core.
You can find instructions for upgrading here:
https://docs.getdbt.com/docs/installation
Seems like dbt-starrocks 1.7.0 requires dbt-core~=1.8.0, however dbt-core (1.8) expects major and minor versions of the plugin to be equal to major and minor versions of dbt-core, i.e. dbt-core 1.8.* expects dbt-starrocks 1.8.*. Is there a way to fix this version requirement mismatch?