Skip to content

Commit 730d1e4

Browse files
authored
Update to uv 0.10 and Ruff 0.15 (#335)
1 parent d4fbf75 commit 730d1e4

File tree

5 files changed

+153
-154
lines changed

5 files changed

+153
-154
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
contents: read
77

88
env:
9-
UV_VERSION: "0.9.26"
9+
UV_VERSION: "0.10.0"
1010

1111
jobs:
1212
test:

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [main]
99

1010
env:
11-
UV_VERSION: "0.9.26"
11+
UV_VERSION: "0.10.0"
1212

1313
jobs:
1414
deploy:

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.9.26
14+
ENV UV_VERSION=0.10.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
@@ -68,7 +68,7 @@ licenses = [
6868
]
6969

7070
[build-system]
71-
requires = ["uv_build>=0.9.0,<0.10.0"]
71+
requires = ["uv_build>=0.10.0,<0.11.0"]
7272
build-backend = "uv_build"
7373

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

0 commit comments

Comments
 (0)