Skip to content

Commit 65e0f95

Browse files
refactor(uv): Set uv_build to <0.9.0.
1 parent 1f6dc09 commit 65e0f95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

end_to_end_tests/metadata_snapshots/uv.pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ data = [
1919
]
2020

2121
[build-system]
22-
requires = ["uv_build>=0.8.0,<1"]
22+
requires = ["uv_build>=0.8.0,<0.9.0"]
2323
build-backend = "uv_build"
2424

2525
[tool.ruff]

openapi_python_client/templates/pyproject_uv.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ data = [
1919
]
2020
2121
[build-system]
22-
requires = ["uv_build>=0.8.0,<1"]
22+
requires = ["uv_build>=0.8.0,<0.9.0"]
2323
build-backend = "uv_build"

0 commit comments

Comments
 (0)