Skip to content

Commit

Permalink
Upgrade massif des lib python et de la version de airflow (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolok authored Dec 19, 2024
1 parent 9ed167e commit 5d4eb2d
Show file tree
Hide file tree
Showing 7 changed files with 3,405 additions and 3,073 deletions.
6 changes: 3 additions & 3 deletions airflow-requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
apache-airflow==2.10.2
--constraint=requirements.txt

apache-airflow==2.10.4
apache-airflow-providers-postgres
fuzzywuzzy
# related to https://github.com/pandas-dev/pandas/issues/57049 because sqlalchemy & numpy should be < 2.0
Expand All @@ -8,5 +10,3 @@ python-decouple
ratelimit
shortuuid
unidecode
# Manage compatibility with Django part
urllib3<2.1
2,440 changes: 1,276 additions & 1,164 deletions airflow-requirements.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion airflow-scheduler.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apache/airflow:2.10.2
FROM apache/airflow:2.10.4

# Use user airflow
RUN chown -R ${AIRFLOW_UID:-50000}:0 /opt/airflow
Expand Down
2 changes: 1 addition & 1 deletion airflow-webserver.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apache/airflow:2.10.2
FROM apache/airflow:2.10.4

# Use user airflow
RUN chown -R ${AIRFLOW_UID:-50000}:0 /opt/airflow
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--constraint=requirements.txt --constraint=airflow-requirements.txt

apache-airflow-providers-postgres
apache-airflow==2.10.2
apache-airflow==2.10.4
beautifulsoup4
black
django-browser-reload
Expand Down
2,762 changes: 1,422 additions & 1,340 deletions dev-requirements.txt

Large diffs are not rendered by default.

1,264 changes: 701 additions & 563 deletions requirements.txt

Large diffs are not rendered by default.

0 comments on commit 5d4eb2d

Please sign in to comment.