Skip to content

Commit 99acb72

Browse files
authored
Merge pull request #175 from microsoft/v1.8.5
Unpinning adapter dependency to 1.8.0
2 parents a0c0440 + d352638 commit 99acb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def run(self):
6969
"pyodbc>=4.0.35,<5.2.0",
7070
"azure-identity>=1.12.0",
7171
"dbt-common>=1.0.4,<2.0",
72-
"dbt-core==1.8.0",
72+
"dbt-core>=1.8.0",
7373
"dbt-adapters>=1.1.1,<2.0",
7474
],
7575
cmdclass={

0 commit comments

Comments
 (0)