Skip to content

Commit

Permalink
update dbt-common dependency to <2.0 (#916)
Browse files Browse the repository at this point in the history
* update dbt-common dependency to <2.0
  • Loading branch information
colin-rogers-dbt authored Feb 28, 2024
1 parent 2c0b16f commit 9d999e5
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 @@ -68,8 +68,8 @@ def _get_dbt_core_version():
include_package_data=True,
install_requires=[
"dbt-core~={}".format(dbt_core_version),
"dbt-common~=0.1.0",
"dbt-adapters~=0.1.0a2",
"dbt-common<2.0",
"dbt-adapters<2.0",
"snowflake-connector-python[secure-local-storage]~=3.0",
# installed via dbt-core but referenced directly; don't pin to avoid version conflicts with dbt-core
"agate",
Expand Down

0 comments on commit 9d999e5

Please sign in to comment.