Skip to content

Commit 49c66d4

Browse files
committed
allow prereleases
1 parent 40e253a commit 49c66d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN git clone --depth 1 https://github.com/home-assistant/hass-release ~/hass-re
5050

5151
# Install Python dependencies from requirements
5252
COPY requirements.txt ./
53-
RUN uv pip install -r requirements.txt
53+
RUN uv pip install --prerelease=allow -r requirements.txt
5454

5555
WORKDIR /workspaces
5656

0 commit comments

Comments
 (0)