Skip to content

Commit

Permalink
dbt-core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Jul 18, 2024
1 parent 9b50b39 commit 7b54730
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ def _dbt_iris_version() -> str:
),
include_package_data=True,
install_requires=[
"dbt-common>=1.0.4,<2.0",
"dbt-adapters>=1.1.1,<2.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0",
"dbt-common>=1.0.4,<2.0",
],
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 7b54730

Please sign in to comment.