Skip to content

Commit 9e8e94c

Browse files
authored
Merge pull request #440 from OP-TED/feature/TED-1253
airflow upgrade
2 parents 00bfb71 + d163424 commit 9e8e94c

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ CAROOT = $(shell pwd)/infra/traefik/certs
2424
install:
2525
@ echo -e "$(BUILD_PRINT)Installing the requirements$(END_BUILD_PRINT)"
2626
@ pip install --upgrade pip
27-
@ pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.4.3/constraints-no-providers-3.8.txt"
27+
@ pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.1/constraints-no-providers-3.8.txt"
2828

2929
install-dev:
3030
@ echo -e "$(BUILD_PRINT)Installing the dev requirements$(END_BUILD_PRINT)"
3131
@ pip install --upgrade pip
32-
@ pip install --no-cache-dir -r requirements.dev.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.4.3/constraints-no-providers-3.8.txt"
32+
@ pip install --no-cache-dir -r requirements.dev.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.1/constraints-no-providers-3.8.txt"
3333

3434
test: test-unit
3535

infra/airflow-cluster/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/apache/airflow:2.4.3-python3.8
1+
FROM docker.io/apache/airflow:2.5.1-python3.8
22

33
# quick sudo
44
USER root
@@ -26,4 +26,4 @@ RUN wget -c https://github.com/dice-group/LIMES/releases/download/1.7.9/limes.ja
2626

2727

2828
RUN pip install --upgrade pip
29-
RUN pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.4.3/constraints-no-providers-3.8.txt"
29+
RUN pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.1/constraints-no-providers-3.8.txt"

infra/airflow/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/apache/airflow:2.4.3-python3.8
1+
FROM docker.io/apache/airflow:2.5.1-python3.8
22

33
# quick sudo
44
USER root
@@ -25,4 +25,4 @@ RUN wget -c https://github.com/dice-group/LIMES/releases/download/1.7.9/limes.ja
2525

2626

2727
RUN pip install --upgrade pip
28-
RUN pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.4.3/constraints-no-providers-3.8.txt"
28+
RUN pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.1/constraints-no-providers-3.8.txt"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pymongo~=4.0.1
88
apache-airflow~=2.5.1
99
hvac==0.11.2
1010
SPARQLWrapper==1.8.5
11-
pandas==1.5.1
11+
pandas==1.5.2
1212
click~=8.1.0
1313
openpyxl==3.0.9
1414
colorama~=0.4

0 commit comments

Comments
 (0)