Skip to content

Commit

Permalink
update install_requires to allow for pre-release common/adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Mar 1, 2024
1 parent c56b9ce commit a716932
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 @@ -64,7 +64,7 @@ def _get_plugin_version_dict():
include_package_data=True,
install_requires=[
"sqlparams>=3.0.0",
"dbt-common<2.0",
"dbt-common>=0.1.0a1,<2.0",
"dbt-adapters>=0.1.0a1,<2.0",
],
extras_require={
Expand Down

0 comments on commit a716932

Please sign in to comment.