Skip to content

Commit 48cabf9

Browse files
fabaffdbanty
andauthored
feat: use poetry-core as build backend in generated clients [#565]. Thanks @fabaff!
* feat: use poetry-core as build backend * feat: use poetry-core Co-authored-by: Dylan Anthony <[email protected]>
1 parent 2f74633 commit 48cabf9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

end_to_end_tests/golden-record/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ attrs = ">=20.1.0,<22.0.0"
1818
python-dateutil = "^2.8.0"
1919

2020
[build-system]
21-
requires = ["poetry>=1.0"]
22-
build-backend = "poetry.masonry.api"
21+
requires = ["poetry-core>=1.0.0"]
22+
build-backend = "poetry.core.masonry.api"
2323

2424
[tool.black]
2525
line-length = 120

openapi_python_client/templates/pyproject.toml.jinja

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ attrs = ">=20.1.0,<22.0.0"
1919
python-dateutil = "^2.8.0"
2020
2121
[build-system]
22-
requires = ["poetry>=1.0"]
23-
build-backend = "poetry.masonry.api"
22+
requires = ["poetry-core>=1.0.0"]
23+
build-backend = "poetry.core.masonry.api"
2424

2525
{% endif %}
2626
[tool.black]

0 commit comments

Comments
 (0)