Skip to content

Commit da5efc7

Browse files
authored
Merge branch 'main' into ADAP-321/add_iceberg_incremental_models
2 parents 2a6b5c8 + 0ae7479 commit da5efc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ def _plugin_version() -> str:
5757
packages=find_namespace_packages(include=["dbt", "dbt.*"]),
5858
include_package_data=True,
5959
install_requires=[
60-
"dbt-common>=1.3.0,<2.0",
61-
"dbt-adapters>=1.3.1,<2.0",
60+
"dbt-common>=1.10,<2.0",
61+
"dbt-adapters>=1.7,<2.0",
6262
"snowflake-connector-python[secure-local-storage]~=3.0",
6363
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
6464
"dbt-core>=1.8.0",

0 commit comments

Comments
 (0)