Skip to content

Commit 6840ec1

Browse files
committed
Fix
1 parent 04d5d24 commit 6840ec1

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

ci/Dockerfile.alpine

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ FROM python:${PYTHON_VERSION}-alpine
33

44
ENV \
55
UV_SYSTEM_PYTHON=true \
6-
UV_EXTRA_INDEX_URL="https://wheels.home-assistant.io/musllinux-index/"
6+
UV_EXTRA_INDEX_URL="https://wheels.home-assistant.io/musllinux-index/" \
7+
UV_INDEX_STRATEGY="unsafe-best-match"
78

89
ENTRYPOINT [ "/entrypoint.sh" ]
910
SHELL ["/bin/sh", "-o", "pipefail", "-c"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requires-python = ">=3.13.0"
2828
dependencies = [
2929
"aiohttp~=3.10",
3030
"aiomqtt>=2.0.0,<3.0",
31-
"cachetools>=6,<6.1",
31+
"cachetools>=5.0.0,<7.0",
3232
"defusedxml>=0.7.1",
3333
]
3434
version = "0.0.0"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)