Skip to content

Commit a52c324

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

File tree

2 files changed

+211
-221
lines changed

2 files changed

+211
-221
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
dependencies = [
2121
"apache-airflow>=2.8,<3.1;python_version=='3.9'",
2222
"apache-airflow>=2.8;python_version>='3.10'",
23-
"apache-airflow~=3.1;python_full_version == '3.12.*'",
23+
"apache-airflow>=3.1;python_version>='3.12'",
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)