From ef44a14448bea592d752778aacc1f07c783c3c93 Mon Sep 17 00:00:00 2001 From: erikjohnston Date: Fri, 2 Sep 2022 13:20:44 +0000 Subject: deploy: 4fee4a339d3bb1a90487a86ccbcca50a36b0ea74 --- develop/development/dependencies.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'develop/development/dependencies.html') diff --git a/develop/development/dependencies.html b/develop/development/dependencies.html index 7940e1b5be..75cda34011 100644 --- a/develop/development/dependencies.html +++ b/develop/development/dependencies.html @@ -323,11 +323,7 @@ doesn't require poetry. (It's what we use in CI too). However, you could try poetry build too.

Troubleshooting

Check the version of poetry with poetry --version.

-

At the time of writing, the 1.2 series is beta only. We have seen some examples -where the lockfiles generated by 1.2 prereleasese aren't interpreted correctly -by poetry 1.1.x. For now, use poetry 1.1.14, which includes a critical -change needed to remain -compatible with PyPI.

+

The minimum version of poetry supported by Synapse is 1.2.

It can also be useful to check the version of poetry-core in use. If you've installed poetry with pipx, try pipx runpip poetry list | grep poetry-core.

Clear caches: poetry cache clear --all pypi.

-- cgit 1.5.1