[Bug] Pinning to dbt-redshift~=1.8
installs dbt-core 1.9.0-b2
#930
Labels
bug
Something isn't working
dbt-redshift~=1.8
installs dbt-core 1.9.0-b2
#930
Is this a new bug in dbt-redshift?
Current Behavior
When running
pip install --upgrade dbt-redshift~=1.8
the beta version 1.9.0-b2 of dbt-core is installed. I'd expect the last stable version 1.8.* of dbt-core to be installed instead.After running the intallation,
dbt --version
output is the following:Expected Behavior
I'd expect the latest stable version of
dbt-core
to be installed instead of the beta version. At the moment of writing, this would be the version1.8.7
ofdbt-core
.Steps To Reproduce
pip 24.2
pip install --upgrade dbt-redshift~=1.8
from a clean slate (no previous dbt installation in the virtual env)dbt-core
is installed, as shown by running the commanddbt --version
after the step 2.Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: