File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " airflow-dbt-python"
3- version = " 1.0.0b2 "
3+ version = " 1.0.0 "
44description = " A collection of Airflow operators, hooks, and utilities to execute dbt commands"
55authors = [" Tomás Farías Santana <tomas@tomasfarias.dev>" ]
66license = " MIT"
77readme = " README.md"
88repository = " https://github.com/tomasfarias/airflow-dbt-python"
99classifiers = [
10- " Development Status :: 4 - Beta " ,
10+ " Development Status :: 5 - Production/Stable " ,
1111
1212 " Intended Audience :: Developers" ,
1313
@@ -21,7 +21,7 @@ classifiers = [
2121]
2222
2323[tool .poetry .dependencies ]
24- python = " >=3.7.2, <3.12.0 "
24+ python = " >=3.7.2"
2525
2626apache-airflow = { version = " >=2.0" , optional = true }
2727apache-airflow-providers-amazon = { version = " >=3.0.0" , optional = true }
You can’t perform that action at this time.
0 commit comments