We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a30302 commit dee3355Copy full SHA for dee3355
setup.py
@@ -66,8 +66,8 @@ def run(self):
66
packages=find_namespace_packages(include=["dbt", "dbt.*"]),
67
include_package_data=True,
68
install_requires=[
69
- "dbt-fabric>=1.9.0",
70
- "dbt-core>=1.9.0",
+ "dbt-fabric==1.9.3",
+ "dbt-core>=1.9.0,<2.0",
71
"dbt-common>=1.0,<2.0",
72
"dbt-adapters>=1.11.0,<2.0",
73
],
0 commit comments