From 782c5d6b0f6f32526e6d6272f5cdb95fc4b90809 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 dd73c18da..d87e9aace 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -145,7 +145,7 @@ dependencies = [ "types-python-dateutil", "Werkzeug<3.0.0", "eval_type_backport", # TODO: https://github.com/astronomer/astronomer-cosmos/issues/1342 - "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}"]