Skip to content

Commit

Permalink
update dbt-common dependency to <2.0 (#725)
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 d77f5ee commit 95961f2
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 @@ -48,8 +48,8 @@ def _plugin_version() -> str:
packages=find_namespace_packages(include=["dbt", "dbt.*"]),
include_package_data=True,
install_requires=[
"dbt-common>=0.1.0,<0.2.0",
"dbt-adapters~=0.1.0a1",
"dbt-common<2.0",
"dbt-adapters<2.0",
f"dbt-postgres~={_plugin_version()}",
# dbt-redshift depends deeply on this package. it does not follow SemVer, therefore there have been breaking changes in previous patch releases
# Pin to the patch or minor version, and bump in each new minor version of dbt-redshift.
Expand Down

0 comments on commit 95961f2

Please sign in to comment.