File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,10 +56,6 @@ RUN pip install --no-cache-dir --upgrade pip \
5656 && pip install --no-cache-dir /tmp/*.whl \
5757 && rm /tmp/*.whl
5858
59- # click 8.3.x broke typer 0.12.5's secondary-flag generation for bool options.
60- # Force-reinstall as a separate layer so GHA layer cache can never mask the pin.
61- RUN pip install --no-cache-dir --force-reinstall "click==8.1.7"
62-
6359# Trim build-only system packages
6460RUN apt-get purge -y --auto-remove build-essential && rm -rf /var/lib/apt/lists/*
6561
Original file line number Diff line number Diff line change @@ -247,8 +247,7 @@ dependencies = [
247247 " sentry-sdk ==2.18.0" ,
248248 " sqlalchemy[mypy] ==2.0.36" ,
249249 " sqlalchemy-utils ==0.41.2" ,
250- " click ==8.1.7" ,
251- " typer ==0.12.5" ,
250+ " typer>=0.13.0" ,
252251 " uvicorn[standard]==0.32.0" ,
253252 " WTForms==3.2.1" ,
254253 " zxcvbn-rs-py==0.1.1" ,
You can’t perform that action at this time.
0 commit comments