Skip to content

Commit

Permalink
[IBCDPE-1111] Upgrade airflow version (#45)
Browse files Browse the repository at this point in the history
* Upgrade airflow version to 2.9.3
  • Loading branch information
BryanFauble authored Oct 31, 2024
1 parent 3ebfa73 commit 09bf110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements-airflow.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09bf110

Please sign in to comment.