Skip to content

Commit 33cb2f1

Browse files
committed
Raise poetry-core version cap to 2.1.3
1 parent 5102565 commit 33cb2f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/18574.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Raise poetry-core version cap to 2.1.3.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ tomli = ">=1.2.3"
374374
# runtime errors caused by build system changes.
375375
# We are happy to raise these upper bounds upon request,
376376
# provided we check that it's safe to do so (i.e. that CI passes).
377-
requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3,<=1.10.2"]
377+
requires = ["poetry-core>=1.1.0,<=2.1.3", "setuptools_rust>=1.3,<=1.10.2"]
378378
build-backend = "poetry.core.masonry.api"
379379

380380

0 commit comments

Comments
 (0)