On 20 Oct 12:18, Renaud Allard wrote: > Hello, > > Here is a diff for net/synapse 1.69.0. > It's running fine here on 7.2-stable amd64 > > Best Regards
Hi Renaud, with this patch to you update it works for me (on -current py-petry-core is 1.3.2 now): --- patch-pyproject_toml.orig Fri Oct 21 12:15:33 2022 +++ patch-pyproject_toml Fri Oct 21 12:16:47 2022 @@ -12,3 +12,12 @@ # Optional Dependencies +@@ -312,7 +312,7 @@ towncrier = ">=18.6.0rc1" + # 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.0.0,<=1.3.1", "setuptools_rust>=1.3,<=1.5.2"] ++requires = ["poetry-core>=1.0.0,<=1.3.2", "setuptools_rust>=1.3,<=1.5.2"] + build-backend = "poetry.core.masonry.api" + + -- wq: ~uw