We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584c18d commit 3babcd0Copy full SHA for 3babcd0
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ permissions:
6
contents: read
7
8
env:
9
- UV_VERSION: "0.11.1"
+ UV_VERSION: "0.11.2"
10
11
jobs:
12
test:
.github/workflows/pages.yml
@@ -8,7 +8,7 @@ on:
branches: [main]
13
14
deploy:
Dockerfile
@@ -11,7 +11,7 @@
FROM python:3.13-slim-trixie AS python_builder
# Pin uv to a specific version to make container builds reproducible.
-ENV UV_VERSION=0.11.1
+ENV UV_VERSION=0.11.2
15
ENV UV_PYTHON_DOWNLOADS=never
16
17
# Set ENV variables that make Python more friendly to running inside a container.
0 commit comments