Skip to content

Commit 36c5272

Browse files
author
Laurence de Jong
committed
feat: Update uv_build to 0.12 when using --meta=uv
`uv` 0.12.0 is now the latest stable release on PyPI. - https://github.com/astral-sh/uv/releases/tag/0.12.0 Continues the existing pattern of tracking each new uv minor (#1352, #1396, #1434). Closes #1472
1 parent 468cfda commit 36c5272

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

end_to_end_tests/metadata_snapshots/uv.pyproject.toml

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

1717
[build-system]
18-
requires = ["uv_build>=0.11.0,<0.12.0"]
18+
requires = ["uv_build>=0.12.0,<0.13.0"]
1919
build-backend = "uv_build"
2020

2121
[tool.ruff]

openapi_python_client/templates/pyproject_uv.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ module-name = "{{ package_name }}"
1515
module-root = ""
1616

1717
[build-system]
18-
requires = ["uv_build>=0.11.0,<0.12.0"]
18+
requires = ["uv_build>=0.12.0,<0.13.0"]
1919
build-backend = "uv_build"

0 commit comments

Comments
 (0)