Allow to specify Poetry version

We’re stuck on and old Poetry version for local development until you update the Poetry installation on Render to the latest release. Any plans to do that or let users specify the Poetry version?

2 Likes

@frankdilo we ended up implementing a solution / following path forward as specified here Build “can not execute setup.py since setuptools is not available”

Doing that and not using sub groups allowed us to use poetry 1.2+ locally and keep render using the defunct 1.1 version

Hey Francesco,

We don’t have plans at the moment to upgrade the default Poetry version.

I would suggest you add your voice to https://feedback.render.com/features/p/allow-users-to-specify-a-poetry-version with an upvote and any additional context that might be useful as we do look to customer’s feedback to help inform our Roadmap.

A good workaround would be to use Docker [https://render.com/docs/docker] to deploy your service, which will give you much greater granularity over the versions of the packages you’re using.

Regards.
Jérémy, Render Support

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.