diff --git a/setup.py b/setup.py index cb5d6892..996c6cca 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ def run(self): packages=find_namespace_packages(include=["dbt", "dbt.*"]), include_package_data=True, install_requires=[ - "dbt-core~=1.1.0rc1", + "dbt-core~=1.1.0", "pyodbc~=4.0.32", "azure-identity>=1.9.0", ],