Any way to specify Poetry version?

My build.sh is failing in 1.1.11 (the version on Render) as well as 1.1.13, but is successful under 1.2.0b1. Is there any way I can specify that Render should use 1.2.0b1 instead?

Hi @DanK,

We unfortunately do not allow you to specify the Poetry version at this time. If you need to be able to specify this, then we would recommend using our Docker environment instead: https://render.com/docs/docker

I can try that out. Do you have a template for a render-compatible python docker deployment?

Actually instead I just switched over to venv from poetry, and that works!

1 Like

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