Skip to content

Commit f98d9b9

Browse files
committed
refactor: remove the upper version boundary for uv-build
1 parent d7bebd9 commit f98d9b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/+f8d37668.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove the upper version boundary for uv-build.

template/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
{%- do requires.append('hatchling>=1.27') %}
77
{%- elif backend == 'uv' %}
88
build-backend = "uv_build"
9-
{%- do requires.append('uv-build>=0.7.19,<0.8') %}
9+
{%- do requires.append('uv-build>=0.7.19') %}
1010
{%- endif %}
1111
requires = [
1212
{%- for requirement in requires | sort %}

0 commit comments

Comments
 (0)