Skip to content

Commit 2214525

Browse files
committed
chore: Version bump
1 parent a881173 commit 2214525

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "airflow-dbt-python"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
description = "A dbt operator for Airflow that uses the dbt Python package"
55
authors = ["Tomás Farías Santana <tomas@tomasfarias.dev>"]
66
license = "MIT"
@@ -14,17 +14,17 @@ classifiers = [
1414
[tool.poetry.dependencies]
1515
python = "^3.7"
1616
apache-airflow = ">=1.10.12, < 3.0.0"
17-
dbt-core = ">=0.19, < 0.22"
17+
dbt-core = ">=0.21, < 0.22"
1818
# Flask is required by Airflow, but the dependency hasn't been updated to fix an issue
1919
# with Flask-OpenID is breaking our build.
2020
# See details: https://github.com/pallets-eco/flask-openid/pull/60
2121
Flask-OpenID = ">=1.3.0"
2222

2323
apache-airflow-providers-amazon = { version = "^2.1.0", optional = true }
24-
dbt-postgres = { version = ">=0.19, < 0.22", optional = true }
25-
dbt-redshift = { version = ">=0.19, < 0.22", optional = true }
26-
dbt-snowflake = { version = ">=0.19, < 0.22", optional = true }
27-
dbt-bigquery = { version = ">=0.19, < 0.22", optional = true }
24+
dbt-postgres = { version = ">=0.21, < 0.22", optional = true }
25+
dbt-redshift = { version = ">=0.21, < 0.22", optional = true }
26+
dbt-snowflake = { version = ">=0.21, < 0.22", optional = true }
27+
dbt-bigquery = { version = ">=0.21, < 0.22", optional = true }
2828

2929
# Documentation extras
3030
Sphinx = { version = "4.2.0", optional = true }

0 commit comments

Comments
 (0)