Skip to content

Commit 2a990fe

Browse files
Update uv_build to 0.9 (#1352)
`uv` has been in the `0.9.x` release cycle for a while, so update templates to use the corresponding `uv_build` range. --------- Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>
1 parent 68c1aa3 commit 2a990fe

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
default: patch
3+
---
4+
5+
# Update `uv_build` to 0.9
6+
7+
#1352 by @johnthagen
8+
9+
`uv` has been in the `0.9.x` release cycle for a while, so update templates to use the corresponding `uv_build` range.

end_to_end_tests/metadata_snapshots/uv.pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module-name = "test_3_1_features_client"
1616
module-root = ""
1717

1818
[build-system]
19-
requires = ["uv_build>=0.8.0,<0.9.0"]
19+
requires = ["uv_build>=0.9.0,<0.10.0"]
2020
build-backend = "uv_build"
2121

2222
[tool.ruff]

openapi_python_client/templates/pyproject_uv.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ module-name = "{{ package_name }}"
1616
module-root = ""
1717
1818
[build-system]
19-
requires = ["uv_build>=0.8.0,<0.9.0"]
19+
requires = ["uv_build>=0.9.0,<0.10.0"]
2020
build-backend = "uv_build"

0 commit comments

Comments
 (0)