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 088f79e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ 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 088f79e

Please sign in to comment.