Skip to content

Commit

Permalink
Bump pins on dbt-common and dbt-adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke committed Jun 21, 2024
1 parent 1a734c4 commit 55ee5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ def _plugin_version() -> str:
packages=find_namespace_packages(include=["dbt", "dbt.*"]),
include_package_data=True,
install_requires=[
"dbt-common>=1.0.4,<2.0",
"dbt-adapters>=1.1.1,<2.0",
"dbt-common>=1.3.0,<2.0",
"dbt-adapters>=1.3.1,<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.0",
Expand Down

0 comments on commit 55ee5c3

Please sign in to comment.