From 29c3a587fdbab24c17875e253bc6ff2018510c59 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Mon, 9 Dec 2024 09:30:26 +0000 Subject: [PATCH] Remove 'dbt-core<1.8.9' pin Closes: #1343 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ae97ee6d..ba56bde19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -144,7 +144,7 @@ dependencies = [ "types-requests", "types-python-dateutil", "Werkzeug<3.0.0", - "dbt-core<1.8.9" # TODO: https://github.com/astronomer/astronomer-cosmos/issues/1343 + "dbt-core" ] pre-install-commands = ["sh scripts/test/pre-install-airflow.sh {matrix:airflow} {matrix:python}"]