Skip to content

Commit 177e8a2

Browse files
authored
Update uv to 0.5.x now that dynamic versioning is supported (#1032)
1 parent b8e653e commit 177e8a2

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.docker/server_dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt update && apt install -y gnupg curl tree mdbtools && apt clean
1212
WORKDIR /opt
1313
RUN wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2204-x86_64-100.9.0.deb && apt install ./mongodb-database-tools-*-100.9.0.deb
1414

15-
COPY --from=ghcr.io/astral-sh/uv:0.4.21 /uv /usr/local/bin/uv
15+
COPY --from=ghcr.io/astral-sh/uv:0.5 /uv /usr/local/bin/uv
1616
ENV UV_LINK_MODE=copy \
1717
UV_COMPILE_BYTECODE=1 \
1818
UV_PYTHON_DOWNLOADS=never \

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up uv
3131
uses: astral-sh/setup-uv@v5
3232
with:
33-
version: "0.4.21"
33+
version: "0.5.x"
3434
enable-cache: true
3535

3636
- name: Install dependencies
@@ -78,7 +78,7 @@ jobs:
7878
- name: Set up uv
7979
uses: astral-sh/setup-uv@v5
8080
with:
81-
version: "0.4.21"
81+
version: "0.5.x"
8282
enable-cache: true
8383

8484
- name: Install locked versions of dependencies

pydatalab/uv.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)