Skip to content

Commit 328fa04

Browse files
committed
Update to uv 0.9.0
1 parent 9acfd4f commit 328fa04

File tree

4 files changed

+37
-38
lines changed

4 files changed

+37
-38
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on: [push, pull_request]
44

55
env:
6-
UV_VERSION: "0.8.22"
6+
UV_VERSION: "0.9.0"
77

88
jobs:
99
test:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
FROM python:3.13-slim-trixie AS python_builder
1212

1313
# Pin uv to a specific version to make container builds reproducible.
14-
ENV UV_VERSION=0.8.22
14+
ENV UV_VERSION=0.9.0
1515
ENV UV_PYTHON_DOWNLOADS=never
1616

1717
# Set ENV variables that make Python more friendly to running inside a container.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ licenses = [
6767
]
6868

6969
[build-system]
70-
requires = ["uv_build>=0.8.0,<0.9.0"]
70+
requires = ["uv_build>=0.9.0,<0.10.0"]
7171
build-backend = "uv_build"
7272

7373
# For non-src directory projects, explicitly set top level model name:

uv.lock

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

0 commit comments

Comments
 (0)