DBT Core Version coming as dbt_core-1.11.0b4

Hello ,

I am running data pipeline from Azure Devops using azure agents to install dbt-core and dbt-snowflake using my yml template( which runs the command pip install dbt-snowflake).

This set up was working till yesterday and i didnt find any issues on the dbt-core and dbt-snowflake versions getting installed.

So starting yesterday(5th oct 2025) i see a newer version ,

Downloading dbt_core-1.11.0b4-py3-none-any.whl.metadata and this is causing pipelines to fail due to the following error.

from click.parser import _OptionParser, _ParsingStateImportError: cannot import name ‘_OptionParser’ from ‘click.parser’

Not sure if downloading the dbt-core-1.11.0b4( looks like a beta version) is supposed to be downloaded and causing the failure. Please guide.