We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a6b5c8 + 0ae7479 commit da5efc7Copy full SHA for da5efc7
setup.py
@@ -57,8 +57,8 @@ def _plugin_version() -> str:
57
packages=find_namespace_packages(include=["dbt", "dbt.*"]),
58
include_package_data=True,
59
install_requires=[
60
- "dbt-common>=1.3.0,<2.0",
61
- "dbt-adapters>=1.3.1,<2.0",
+ "dbt-common>=1.10,<2.0",
+ "dbt-adapters>=1.7,<2.0",
62
"snowflake-connector-python[secure-local-storage]~=3.0",
63
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
64
"dbt-core>=1.8.0",
0 commit comments