From f1b8127cfbe56a06011a8349c6ee9d415aac7d85 Mon Sep 17 00:00:00 2001 From: Will Deng Date: Wed, 4 Dec 2024 12:05:36 -0500 Subject: [PATCH] TODO: revert this and point to actual main commit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94f4b921f1..5740c09371 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ dependencies = [ "update-checker>=0.18.0, <0.19.0", # Bug with mypy: https://github.com/pallets/click/issues/2558#issuecomment-1656546003 "click>=8.1.6", - "dbt-core @ git+https://github.com/dbt-labs/dbt-core@84eb0ff6720ec82ce4015c2657d512bf51381732#subdirectory=core", + "dbt-core @ git+https://github.com/dbt-labs/dbt-core@363e44b79b5e28f80811f504f3655f135159ad9b#subdirectory=core", "dbt-duckdb>=1.8.0, <1.9.0", ]