Skip to content

Commit

Permalink
Revert to previous unpinned airflow version spec. (#2967)
Browse files Browse the repository at this point in the history
* Revert to previous unpinned airflow version spec.

Signed-off-by: Rich Scott <richscott@sent.com>

* Increment armada-airflow module version.

Signed-off-by: Rich Scott <richscott@sent.com>

---------

Signed-off-by: Rich Scott <richscott@sent.com>
  • Loading branch information
richscott committed Sep 12, 2023
1 parent 2c9e497 commit ba1973f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/airflow/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "armada_airflow"
version = "0.5.4"
version = "0.5.5"
description = "Armada Airflow Operator"
requires-python = ">=3.7"
# Note(JayF): This dependency value is not suitable for release. Whatever
Expand All @@ -9,7 +9,7 @@ requires-python = ">=3.7"
# extremely difficult.
dependencies = [
"armada-client",
"apache-airflow==2.7.1",
"apache-airflow>=2.6.3",
"grpcio==1.58.0",
"grpcio-tools==1.58.0",
"types-protobuf==4.24.0.1"
Expand Down

0 comments on commit ba1973f

Please sign in to comment.