Skip to content

Commit c6b9dca

Browse files
committed
fix: Update dependency versions
1 parent effdac0 commit c6b9dca

File tree

2 files changed

+4183
-3567
lines changed

2 files changed

+4183
-3567
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ classifiers = [
1818
]
1919

2020
dependencies = [
21-
"apache-airflow>=2.8,<3.1;python_version=='3.9'",
22-
"apache-airflow>=2.8;python_version>='3.10'",
23-
"apache-airflow~=3.1;python_full_version == '3.12.*'",
21+
"apache-airflow>=2.8,<4.0; python_version<'3.12'",
22+
"apache-airflow>=3.0,<4.0; python_version>='3.12' and python_version<'3.13'",
23+
"apache-airflow>=3.1,<4.0; python_version>='3.13'",
2424
"contextlib-chdir==1.0.2;python_version<'3.11'",
2525
"dbt-core>=1.8.0,<2.0.0",
2626
]

0 commit comments

Comments
 (0)