Skip to content

Commit

Permalink
include a pre-release in the dbt-adapters pin to allow pre-releases t…
Browse files Browse the repository at this point in the history
…o be installed on main
  • Loading branch information
mikealfare committed Feb 29, 2024
1 parent 5246f82 commit a9af8a5
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<2.0",
"dbt-adapters>=0.1.0a1,<2.0",
],
extras_require={
"ODBC": odbc_extras,
Expand Down

0 comments on commit a9af8a5

Please sign in to comment.