Skip to content

Commit 7e5a433

Browse files
authored
Use poetry-core as build backend
1 parent c9a4d03 commit 7e5a433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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)