File tree Expand file tree Collapse file tree 5 files changed +262
-245
lines changed
Expand file tree Collapse file tree 5 files changed +262
-245
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permissions:
66 contents : read
77
88env :
9- UV_VERSION : " 0.10.6 "
9+ UV_VERSION : " 0.11.1 "
1010
1111jobs :
1212 test :
Original file line number Diff line number Diff line change 88 branches : [main]
99
1010env :
11- UV_VERSION : " 0.10.6 "
11+ UV_VERSION : " 0.11.1 "
1212
1313jobs :
1414 deploy :
Original file line number Diff line number Diff line change 1111FROM python:3.13-slim-trixie AS python_builder
1212
1313# Pin uv to a specific version to make container builds reproducible.
14- ENV UV_VERSION=0.10.6
14+ ENV UV_VERSION=0.11.1
1515ENV UV_PYTHON_DOWNLOADS=never
1616
1717# Set ENV variables that make Python more friendly to running inside a container.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ licenses = [
6868]
6969
7070[build-system ]
71- requires = [" uv_build>=0.10 .0,<0.11 .0" ]
71+ requires = [" uv_build>=0.11 .0,<0.12 .0" ]
7272build-backend = " uv_build"
7373
7474# For non-src directory projects, explicitly set top level model name:
You can’t perform that action at this time.
0 commit comments