From 09bf1109b65c22960c1582ba96756796aaaa0d71 Mon Sep 17 00:00:00 2001 From: BryanFauble <17128019+BryanFauble@users.noreply.github.com> Date: Thu, 31 Oct 2024 08:47:26 -0700 Subject: [PATCH] [IBCDPE-1111] Upgrade airflow version (#45) * Upgrade airflow version to 2.9.3 --- requirements-airflow.txt | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-airflow.txt b/requirements-airflow.txt index adefbcd..c89b36f 100644 --- a/requirements-airflow.txt +++ b/requirements-airflow.txt @@ -1,2 +1,2 @@ --c https://raw.githubusercontent.com/apache/airflow/constraints-2.7.2/constraints-3.10.txt -apache-airflow==2.7.2 +-c https://raw.githubusercontent.com/apache/airflow/constraints-2.9.3/constraints-3.10.txt +apache-airflow==2.9.3 diff --git a/setup.cfg b/setup.cfg index 105a82e..dfcdb26 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ python_requires = >=3.10, <3.12 # Updates here should be reflected in `docs/requirements.txt` # Also, run `tox -e pipenv` to update your virtual environment install_requires = - apache-airflow==2.7.2 + apache-airflow==2.9.3 pydantic~=1.10 sqlalchemy<2.0 # To address SQLAlchemy warning (https://sqlalche.me/e/b8d9) typing-extensions~=4.5