11[tool .poetry ]
22name = " airflow-dbt-python"
3- version = " 0.8.1 "
3+ version = " 0.9.0 "
44description = " A dbt operator for Airflow that uses the dbt Python package"
55authors = [" Tomás Farías Santana <tomas@tomasfarias.dev>" ]
66license = " MIT"
@@ -14,17 +14,17 @@ classifiers = [
1414[tool .poetry .dependencies ]
1515python = " ^3.7"
1616apache-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
2121Flask-OpenID = " >=1.3.0"
2222
2323apache-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
3030Sphinx = { version = " 4.2.0" , optional = true }
0 commit comments