We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1821b71 commit 62af1c2Copy full SHA for 62af1c2
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install uv
15
uses: astral-sh/setup-uv@v7
16
with:
17
- version: "0.9.18"
+ version: "0.9.21"
18
- name: Setup Python
19
uses: actions/setup-python@v6
20
.github/workflows/publish-client.yml
@@ -19,7 +19,7 @@ jobs:
21
22
23
24
25
Dockerfile
@@ -23,7 +23,7 @@ RUN apt-get update \
p7zip-full \
&& rm -rf /var/lib/apt/lists/*
26
-COPY --from=ghcr.io/astral-sh/uv:0.9.18 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.9.21 /uv /uvx /bin/
27
28
WORKDIR /app
29
0 commit comments