pulumi/sdk
Julien 332a620f1c
Fix dynamic providers when using Poetry or uv (#18126)
Use the correct virtual environment when starting the python interpreter
for dynamic providers. The `virtualenv` option is not set when using
Poetry or uv. Look at the `toolchain` option instead to determine the
path to the virtual environment.
2025-01-02 17:33:48 +00:00
..
go add NewPluginSpec helper function (#17798) 2025-01-02 11:38:44 +00:00
nodejs Update golang.org/x/net throughout (#18115) 2024-12-25 17:49:25 +00:00
proto/go Document provider Diff response requirements (#18032) 2024-12-16 11:10:28 +00:00
python Fix dynamic providers when using Poetry or uv (#18126) 2025-01-02 17:33:48 +00:00
.version Freeze 3.144.1 (#18096) 2024-12-20 23:25:56 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod auto/go: interrupt programs gracefully on context cancel (#18124) 2025-01-02 11:38:28 +00:00
go.sum auto/go: interrupt programs gracefully on context cancel (#18124) 2025-01-02 11:38:28 +00:00
version.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00

README.md

Pulumi Language SDKs

This directory contains Pulumi SDKs for the following languages:

See the respective READMEs for information about installing and using these libraries.

The language providers work by implementing gRPC interfaces defined in the top level directory proto.