Use pyproject.toml [tool.poetry].requires-poetry to determine Poetry version
P
Patrick Johnmeyer
Currently in Render Native Runtimes, the default Poetry version for deploys can only be overridden by setting the POETRY_VERSION envar. Extracting the correct Poetry version from the pyproject.toml file (or perhaps from the poetry.lock file) would be more CI/CD friendly.
Log In