Skip to content

Commit 94d57fe

Browse files
refactor(poetry): Set build-backend of poetry to latest recommended… (#1291)
… dependency pin. See https://python-poetry.org/docs/basic-usage/#project-setup and #1290 (comment)
1 parent 6c1499c commit 94d57fe

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

end_to_end_tests/docstrings-on-attributes-golden-record/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ attrs = ">=22.2.0"
1616
python-dateutil = "^2.8.0"
1717

1818
[build-system]
19-
requires = ["poetry-core>=1.0.0"]
19+
requires = ["poetry-core>=2.0.0,<3.0.0"]
2020
build-backend = "poetry.core.masonry.api"
2121

2222
[tool.ruff]

end_to_end_tests/golden-record/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ attrs = ">=22.2.0"
1616
python-dateutil = "^2.8.0"
1717

1818
[build-system]
19-
requires = ["poetry-core>=1.0.0"]
19+
requires = ["poetry-core>=2.0.0,<3.0.0"]
2020
build-backend = "poetry.core.masonry.api"
2121

2222
[tool.ruff]

end_to_end_tests/literal-enums-golden-record/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ attrs = ">=22.2.0"
1616
python-dateutil = "^2.8.0"
1717

1818
[build-system]
19-
requires = ["poetry-core>=1.0.0"]
19+
requires = ["poetry-core>=2.0.0,<3.0.0"]
2020
build-backend = "poetry.core.masonry.api"
2121

2222
[tool.ruff]

end_to_end_tests/metadata_snapshots/poetry.pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ attrs = ">=22.2.0"
1616
python-dateutil = "^2.8.0"
1717

1818
[build-system]
19-
requires = ["poetry-core>=1.0.0"]
19+
requires = ["poetry-core>=2.0.0,<3.0.0"]
2020
build-backend = "poetry.core.masonry.api"
2121

2222
[tool.ruff]

end_to_end_tests/test-3-1-golden-record/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ attrs = ">=22.2.0"
1616
python-dateutil = "^2.8.0"
1717

1818
[build-system]
19-
requires = ["poetry-core>=1.0.0"]
19+
requires = ["poetry-core>=2.0.0,<3.0.0"]
2020
build-backend = "poetry.core.masonry.api"
2121

2222
[tool.ruff]

openapi_python_client/templates/pyproject_poetry.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ attrs = ">=22.2.0"
1616
python-dateutil = "^2.8.0"
1717

1818
[build-system]
19-
requires = ["poetry-core>=1.0.0"]
19+
requires = ["poetry-core>=2.0.0,<3.0.0"]
2020
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)