Skip to content

Commit 6869c21

Browse files
authored
Update setup.py
1 parent 03b490c commit 6869c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run(self):
6666
packages=find_namespace_packages(include=["dbt", "dbt.*"]),
6767
include_package_data=True,
6868
install_requires=[
69-
"dbt-core~=1.4.0",
69+
"dbt-core~=1.4.5",
7070
"pyodbc~=4.0.35,!=4.0.36,!=4.0.37",
7171
"azure-identity>=1.12.0",
7272
],

0 commit comments

Comments
 (0)