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 d11fa3f commit dc64ec3Copy full SHA for dc64ec3
pyproject.toml
@@ -28,7 +28,7 @@ requires = ["uv_build"]
28
build-backend = "uv_build"
29
30
[tool.uv]
31
-required-version = ">=0.9.0,<0.10.0"
+required-version = ">=0.9.2,<0.10.0"
32
33
[tool.pyright]
34
typeCheckingMode = "strict"
src/python_template/api/Dockerfile
@@ -1,5 +1,5 @@
1
-# 0.9.0-python3.13-bookworm-slim
2
-FROM astral/uv@sha256:3cb1f6710acffab0693c9efaaa32ab21ff10a4f8e38efaa5f2688abb49f35687 AS builder
+# 0.9.2-python3.13-bookworm-slim
+FROM astral/uv@sha256:7072fbb9cf84e6b76bee43905c27a1cf4afa48bfa49de3cb2b57f748ada6cc10 AS builder
3
4
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy UV_PYTHON_DOWNLOADS=0
5
0 commit comments