Skip to content

Commit

Permalink
Merge branch 'main' into ADAP-321/add_iceberg_incremental_models
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit authored Sep 27, 2024
2 parents 78c49bc + 0ae7479 commit 338c583
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.3.0,<2.0",
"dbt-adapters>=1.3.1,<2.0",
"dbt-common>=1.10,<2.0",
"dbt-adapters>=1.7,<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 338c583

Please sign in to comment.