Skip to content

Commit

Permalink
Upgrade pip to just-released 24.1 (apache#40367)
Browse files Browse the repository at this point in the history
Beta versions have been tested previously with apache#40184
  • Loading branch information
potiuk authored Jun 21, 2024
1 parent 2f2796f commit 9dc521e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ARG AIRFLOW_VERSION="2.9.2"

ARG PYTHON_BASE_IMAGE="python:3.8-slim-bookworm"

ARG AIRFLOW_PIP_VERSION=24.0
ARG AIRFLOW_PIP_VERSION=24.1
ARG AIRFLOW_UV_VERSION=0.2.13
ARG AIRFLOW_USE_UV="false"
ARG UV_HTTP_TIMEOUT="300"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ ARG DEFAULT_CONSTRAINTS_BRANCH="constraints-main"
# It can also be overwritten manually by setting the AIRFLOW_CI_BUILD_EPOCH environment variable.
ARG AIRFLOW_CI_BUILD_EPOCH="10"
ARG AIRFLOW_PRE_CACHED_PIP_PACKAGES="true"
ARG AIRFLOW_PIP_VERSION=24.0
ARG AIRFLOW_PIP_VERSION=24.1
ARG AIRFLOW_UV_VERSION=0.2.13
ARG AIRFLOW_USE_UV="true"
# Setup PIP
Expand All @@ -1291,7 +1291,7 @@ ARG AIRFLOW_VERSION=""
# Additional PIP flags passed to all pip install commands except reinstalling pip itself
ARG ADDITIONAL_PIP_INSTALL_FLAGS=""

ARG AIRFLOW_PIP_VERSION=24.0
ARG AIRFLOW_PIP_VERSION=24.1
ARG AIRFLOW_UV_VERSION=0.2.13
ARG AIRFLOW_USE_UV="true"

Expand Down

0 comments on commit 9dc521e

Please sign in to comment.