Skip to content

Commit 09bf110

Browse files
authored
[IBCDPE-1111] Upgrade airflow version (#45)
* Upgrade airflow version to 2.9.3
1 parent 3ebfa73 commit 09bf110

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements-airflow.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
-c https://raw.githubusercontent.com/apache/airflow/constraints-2.7.2/constraints-3.10.txt
2-
apache-airflow==2.7.2
1+
-c https://raw.githubusercontent.com/apache/airflow/constraints-2.9.3/constraints-3.10.txt
2+
apache-airflow==2.9.3

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ python_requires = >=3.10, <3.12
5151
# Updates here should be reflected in `docs/requirements.txt`
5252
# Also, run `tox -e pipenv` to update your virtual environment
5353
install_requires =
54-
apache-airflow==2.7.2
54+
apache-airflow==2.9.3
5555
pydantic~=1.10
5656
sqlalchemy<2.0 # To address SQLAlchemy warning (https://sqlalche.me/e/b8d9)
5757
typing-extensions~=4.5

0 commit comments

Comments
 (0)