Skip to content

Commit

Permalink
update dbt-common dependency to 1.10 and dbt-adapters to 1.7 (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt authored Sep 26, 2024
1 parent 101aad2 commit 257e390
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 257e390

Please sign in to comment.