pulumi/sdk/python/toolchain
Julien d03d966ce1
Validate that we have Poetry >= 1.8.0 (#16683)
The pyproject.toml files we generated when using the Poetry toolchain
require Poetry >= 1.8.0. Validate that we have at least this version,
and report a descriptive error if not.

Fixes https://github.com/pulumi/pulumi/issues/16656

Doc update: https://github.com/pulumi/docs/pull/12293
2024-07-18 08:14:16 +00:00
..
pip.go Add VIRTUAL_ENV to env var when running in a venv (#16425) 2024-06-20 10:26:49 +00:00
pip_test.go Add VIRTUAL_ENV to env var when running in a venv (#16425) 2024-06-20 10:26:49 +00:00
poetry.go Validate that we have Poetry >= 1.8.0 (#16683) 2024-07-18 08:14:16 +00:00
poetry_test.go Validate that we have Poetry >= 1.8.0 (#16683) 2024-07-18 08:14:16 +00:00
shim_unix.go [Python] Move existing dependency installation and python command invocation to a Toolchain interface (#16243) 2024-06-03 13:52:27 +00:00
shim_windows.go [Python] Move existing dependency installation and python command invocation to a Toolchain interface (#16243) 2024-06-03 13:52:27 +00:00
toolchain.go Support Poetry as Python toolchain (#16315) 2024-06-06 14:16:24 +00:00
toolchain_test.go Support Poetry as Python toolchain (#16315) 2024-06-06 14:16:24 +00:00