Skip to content

Commit dc64ec3

Browse files
committed
Update uv version
1 parent d11fa3f commit dc64ec3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requires = ["uv_build"]
2828
build-backend = "uv_build"
2929

3030
[tool.uv]
31-
required-version = ">=0.9.0,<0.10.0"
31+
required-version = ">=0.9.2,<0.10.0"
3232

3333
[tool.pyright]
3434
typeCheckingMode = "strict"

src/python_template/api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# 0.9.0-python3.13-bookworm-slim
2-
FROM astral/uv@sha256:3cb1f6710acffab0693c9efaaa32ab21ff10a4f8e38efaa5f2688abb49f35687 AS builder
1+
# 0.9.2-python3.13-bookworm-slim
2+
FROM astral/uv@sha256:7072fbb9cf84e6b76bee43905c27a1cf4afa48bfa49de3cb2b57f748ada6cc10 AS builder
33

44
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy UV_PYTHON_DOWNLOADS=0
55

0 commit comments

Comments
 (0)