Skip to content

Commit

Permalink
Remove dbt version 1.7 constrain
Browse files Browse the repository at this point in the history
Signed-off-by: Wei-Chun, Chang <wcchang@infuseai.io>
  • Loading branch information
wcchang1115 committed Nov 21, 2023
1 parent f42c104 commit 2ca7a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -45,7 +45,7 @@ def _get_version():
'requests>=2.28.1',
'requests_toolbelt>=0.9.1',
'deepmerge',
'dbt-core>=1.3,<1.7'
'dbt-core>=1.3'
],
tests_require=['pytest'],
extras_require={
Expand Down

0 comments on commit 2ca7a73

Please sign in to comment.