Skip to content

Commit

Permalink
soft pin dbt-adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Jan 23, 2024
1 parent 2d7872a commit 12e4355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def _core_version(plugin_version: str = _plugin_version()) -> str:
include_package_data=True,
install_requires=[
"dbt-common<1.0",
"dbt-adapters==0.1.0a1",
"dbt-adapters~=0.1.0a1",
f"dbt-postgres~={_core_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 12e4355

Please sign in to comment.