summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2024-11-06 10:51:19 -0600
committerGitHub <noreply@github.com>2024-11-06 10:51:19 -0600
commite1f5da65e104f15bbe0ed51ab0ff7bc8c7d71613 (patch)
treeb19b523dbf932b47ab6517efd6cbcc1a4c54b37f
parentUse unique name for each os.arch variant when uploading Wheels (#17905) (diff)
downloadsynapse-e1f5da65e104f15bbe0ed51ab0ff7bc8c7d71613.tar.xz
Update version constraint to allow the latest `poetry-core` `1.9.1` (#17902)
Update version constraint to allow the latest `poetry-core` `1.9.1`

Context:

> I am working on updating poetry-core in Fedora and synapse is one of
affected packages. Please run a CI to see if it works properly. Thank
you.

Mergeable version of https://github.com/element-hq/synapse/pull/17848
-rw-r--r--changelog.d/17902.misc1
-rw-r--r--pyproject.toml2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/17902.misc b/changelog.d/17902.misc
new file mode 100644

index 0000000000..f094f57c2f --- /dev/null +++ b/changelog.d/17902.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 3ec01701c3..af096a2cd4 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"