pulumi/sdk
Will Jones 40c16880b5 Implement `depends_on` for invokes in the Python SDK
This commit adds support for passing `depends_on` to invokes in the
Python SDK. This allows programs to ensure that certain invokes are
executed after things they depend on, even if that dependency is not
implicitly captured with an input-output relationship.

Part of #14243
2024-07-09 16:04:21 +01:00
..
go Fix slice bounds out of range panic in fixupPath (#16575) 2024-07-08 09:10:58 +00:00
nodejs Keep plugin values together in RegisterPackageRequest (#16577) 2024-07-08 10:55:08 +00:00
proto/go Keep plugin values together in RegisterPackageRequest (#16577) 2024-07-08 10:55:08 +00:00
python Implement `depends_on` for invokes in the Python SDK 2024-07-09 16:04:21 +01:00
.version Freeze v3.122.0 (#16547) 2024-07-02 00:20:23 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Query language runtime for options during “pulumi new” (#16346) 2024-06-17 17:10:55 +00:00
go.sum Query language runtime for options during “pulumi new” (#16346) 2024-06-17 17:10:55 +00:00
version.go Move .version to /sdk and embed it (#15185) 2024-01-19 14:11:17 +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.