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 744b433 commit 8bd63acCopy full SHA for 8bd63ac
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI
3
on: [push, pull_request]
4
5
env:
6
- UV_VERSION: "0.9.6"
+ UV_VERSION: "0.9.13"
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.6
+ENV UV_VERSION=0.9.13
15
ENV UV_PYTHON_DOWNLOADS=never
16
17
# Set ENV variables that make Python more friendly to running inside a container.
0 commit comments