Skip to content

Commit

Permalink
update dbt-adapters dependency to <2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Feb 27, 2024
1 parent b80cef2 commit ca59983
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 @@ -65,7 +65,7 @@ def _get_plugin_version_dict():
install_requires=[
"sqlparams>=3.0.0",
"dbt-common<2.0",
"dbt-adapters~=0.1.0a1",
"dbt-adapters<2.0",
],
extras_require={
"ODBC": odbc_extras,
Expand Down

0 comments on commit ca59983

Please sign in to comment.