Skip to content

Commit

Permalink
dbt core dependency to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebruyn committed May 22, 2022
1 parent 0c01f0a commit 614f315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit 614f315

Please sign in to comment.