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 c7d82a2 commit 7eaea2cCopy full SHA for 7eaea2c
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI
3
on: [push, pull_request]
4
5
env:
6
- UV_VERSION: "0.9.17"
+ UV_VERSION: "0.9.21"
7
8
jobs:
9
test:
.github/workflows/pages.yml
@@ -8,7 +8,7 @@ on:
branches: [main]
10
11
12
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.9.17
+ENV UV_VERSION=0.9.21
15
ENV UV_PYTHON_DOWNLOADS=never
16
17
# Set ENV variables that make Python more friendly to running inside a container.
0 commit comments