Skip to content

Commit

Permalink
update pin for dbt-adapters as reflected in #928 (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Apr 30, 2024
1 parent 5a4f958 commit cd2e838
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 @@ -60,7 +60,7 @@ def _get_plugin_version_dict():
include_package_data=True,
install_requires=[
"dbt-common>=0.1.0a1,<2.0",
"dbt-adapters>=0.1.0a1,<2.0",
"dbt-adapters>=1.1.0rc1,<2.0",
"snowflake-connector-python[secure-local-storage]~=3.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0a1",
Expand Down

0 comments on commit cd2e838

Please sign in to comment.