Skip to content

Commit 2d71156

Browse files
⏪ revert: Rollback pip from 25.3 to 25.0.1 for GCP compatibility
1 parent f02e7de commit 2d71156

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/requirements-pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pip==25.3 --hash=sha256:7e85e7c30b6b92849fd1cf646e2363a4e29e11fb5cd252d01d9c3b38e9eb37fa
1+
pip==25.0.1 --hash=sha256:c46efd13b6aa8279f33f2864459c8ce587ea6a1a59ee20de055868d8f7688f7f

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update && \
2323
COPY requirements.txt ./
2424

2525
# Install dependencies efficiently
26-
RUN pip install --no-cache-dir --upgrade pip==25.3 && \
26+
RUN pip install --no-cache-dir --upgrade pip==25.0.1 && \
2727
pip install --no-cache-dir -r requirements.txt
2828

2929
# Copy the rest of the app source code

0 commit comments

Comments
 (0)