Skip to content

Commit

Permalink
Update version of dbt supported
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszklimek committed Sep 4, 2023
1 parent 80c64c4 commit bc96606
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 @@ -30,7 +30,7 @@ def get_property(prop, project):
],
install_requires=[
"click>=8,<9",
"dbt-core>=1.0.0,<1.6.0",
"dbt-core>=1.0.0,<2.0.0",
"yachalk>=0.1.0,<0.2.0",
"tabulate==0.8.9",
"jsonschema>=3.0.0",
Expand Down

0 comments on commit bc96606

Please sign in to comment.