From 5e7267b5b0b06806f9edce882f3502b8aa48e6c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Fri, 18 Oct 2024 09:21:12 +0200 Subject: [PATCH] Update version constraint to allow the latest poetry-core 1.9.1 --- changelog.d/17848.misc | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/17848.misc diff --git a/changelog.d/17848.misc b/changelog.d/17848.misc new file mode 100644 index 00000000000..f094f57c2fc --- /dev/null +++ b/changelog.d/17848.misc @@ -0,0 +1 @@ +Update version constraint to allow the latest poetry-core 1.9.1. diff --git a/pyproject.toml b/pyproject.toml index 658771a89af..ffc08f83d1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -370,7 +370,7 @@ tomli = ">=1.2.3" # runtime errors caused by build system changes. # We are happy to raise these upper bounds upon request, # provided we check that it's safe to do so (i.e. that CI passes). -requires = ["poetry-core>=1.1.0,<=1.9.0", "setuptools_rust>=1.3,<=1.8.1"] +requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3,<=1.8.1"] build-backend = "poetry.core.masonry.api"