Skip to content

Commit

Permalink
Merge branch 'main' into snapshot_dbt_valid_to_current
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Sep 30, 2024
2 parents ff3fc50 + 257e390 commit 3ba89b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def _get_plugin_version_dict():
include_package_data=True,
install_requires=[
"sqlparams>=3.0.0",
"dbt-common>=1.0.4,<2.0",
"dbt-adapters>=1.7.0,<2.0",
"dbt-common>=1.10,<2.0",
"dbt-adapters>=1.7,<2.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0",
],
Expand Down

0 comments on commit 3ba89b2

Please sign in to comment.