Skip to content

Commit

Permalink
relax dbt-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
bachng2017 committed Jan 8, 2023
1 parent fccd3e4 commit cf00a53
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 @@ -20,7 +20,7 @@
packages=find_namespace_packages(include=['dbt', 'dbt.*']),
include_package_data=True,
install_requires=[
"dbt-core==1.0.1",
"dbt-core>=1.0.1",
"mysql-connector-python~=8.0.22",
]
)

0 comments on commit cf00a53

Please sign in to comment.