From a269ae2919d2bf5476dd8e26f9d75005719a10f4 Mon Sep 17 00:00:00 2001 From: Kshitij Aranke Date: Tue, 18 Jun 2024 21:31:54 +0100 Subject: [PATCH] Discard changes to setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 468097e9a..f8ff363ed 100644 --- a/setup.py +++ b/setup.py @@ -57,8 +57,8 @@ def _plugin_version() -> str: packages=find_namespace_packages(include=["dbt", "dbt.*"]), include_package_data=True, install_requires=[ - # "dbt-common>=1.2.0,<2.0", - "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@get_relation_metadata", + "dbt-common>=1.0.4,<2.0", + "dbt-adapters>=1.1.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",