Skip to content

Commit b0f647b

Browse files
committed
Patch aiohttp to 3.13.2 for Python 3.14 wheel availability
1 parent 03bfd55 commit b0f647b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

isponsorblocktv/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ WORKDIR /app
1111
RUN git clone --branch ${ISPONSORBLOCKTV_VERSION} --depth 1 \
1212
https://github.com/dmunozv04/iSponsorBlockTV .
1313

14+
# TODO: remove once upstream merges Python 3.14 fix
15+
RUN sed -i 's/aiohttp==3.12.15/aiohttp==3.13.2/' requirements.txt
16+
1417
# uv sync reads pyproject.toml, creates .venv, installs all dependencies
1518
RUN uv sync --no-dev --no-editable --index-strategy unsafe-best-match
1619

0 commit comments

Comments
 (0)