Skip to content

Commit

Permalink
Discard changes to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke authored Jun 18, 2024
1 parent 7a3ea26 commit a269ae2
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.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",
Expand Down

0 comments on commit a269ae2

Please sign in to comment.