This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push:
new 677e2a5f4be [v3-0-test] Increase dependency epoch to trigger pip cache
invalidation (#52599) (#52601)
677e2a5f4be is described below
commit 677e2a5f4be0b86e813bf0d782025497e11294ce
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 30 23:28:34 2025 +0200
[v3-0-test] Increase dependency epoch to trigger pip cache invalidation
(#52599) (#52601)
After removal of analytics-python we still keep it in the constraints.
This change is likely to build cache from the scratch an avoid
analytics-python in our constraints.
(cherry picked from commit 2c2e66f1082f5776b7b98f511f3aebc900311dc0)
Co-authored-by: Jarek Potiuk <[email protected]>
---
Dockerfile.ci | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile.ci b/Dockerfile.ci
index 1ae7f97c03b..57b034067f8 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -1236,7 +1236,7 @@ ARG
AIRFLOW_IMAGE_REPOSITORY="https://github.com/apache/airflow"
# NOTE! When you want to make sure dependencies are installed from scratch in
your PR after removing
# some dependencies, you also need to set "disable image cache" in your PR to
make sure the image is
# not built using the "main" version of those dependencies.
-ARG DEPENDENCIES_EPOCH_NUMBER="14"
+ARG DEPENDENCIES_EPOCH_NUMBER="15"
# Make sure noninteractive debian install is used and language variables set
ENV PYTHON_BASE_IMAGE=${PYTHON_BASE_IMAGE} \