Skip to content

Commit 6f312fa

Browse files
authored
Merge branch 'main' into fmt-readme-template
2 parents b4b99eb + 2216c15 commit 6f312fa

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)