Skip to content

Commit 4c5f548

Browse files
authored
Merge branch 'main' into fix-datetime-conflict
2 parents 2303165 + 48cabf9 commit 4c5f548

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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]

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@ disable = [
125125
]
126126

127127
[build-system]
128-
requires = ["poetry>=1.0"]
129-
build-backend = "poetry.masonry.api"
128+
requires = ["poetry-core>=1.0.0"]
129+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)