Skip to content

Commit

Permalink
fix pin on dbt-adapters to allow patches
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Nov 8, 2024
1 parent 68803ae commit 457fe9b
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 @@ -58,7 +58,7 @@ def _plugin_version() -> str:
include_package_data=True,
install_requires=[
"dbt-common>=1.0.4,<2.0",
"dbt-adapters>=1.1.1,<=1.8.0",
"dbt-adapters>=1.1.1,<1.9.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.0",
Expand Down

0 comments on commit 457fe9b

Please sign in to comment.