We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcaa36 commit e5d3813Copy full SHA for e5d3813
2 files changed
changelog.d/+9da986d0.changed.md
@@ -0,0 +1 @@
1
+Bump the lower version boundary for uv-build to 0.8.6.
template/pyproject.toml.jinja
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
{%- do requires.append('hatchling>=1.27') %}
7
{%- elif backend == 'uv' %}
8
build-backend = "uv_build"
9
-{%- do requires.append('uv-build>=0.7.19') %}
+{%- do requires.append('uv-build>=0.8.6') %}
10
{%- endif %}
11
requires = [
12
{%- for requirement in requires | sort %}
0 commit comments