Skip to content

Commit 2d0a6d9

Browse files
authored
relax poetry and poetry-core constraint to facilitate development of Poetry 2.0 (#280)
1 parent 707e3d1 commit 2d0a6d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ include = [
1818

1919
[tool.poetry.dependencies]
2020
python = "^3.8"
21-
poetry = "^1.8.0"
22-
poetry-core = "^1.7.0"
21+
poetry = ">=1.8.0,<3.0.0"
22+
poetry-core = ">=1.7.0,<3.0.0"
2323

2424
[tool.poetry.group.dev.dependencies]
2525
pre-commit = ">=2.18"

0 commit comments

Comments
 (0)