pulumi/sdk
Luke Hoban f89e9a29f5
Revert "Allow Python dynamic provider resources to be constructed outside of `__main__` (#7755)" (#7889)
This reverts commit ebb0e6aaed.

The changes in #7755 introduced a regression tracked in #7795.  It is not yet clear how to retain the desired behaviour introduced in #7755 while avoiding this regression, so for now we will revert those changes, and re-open #7453 to track a deeper fix.  That fix may require making changes to upstream `dill` to properly support these serialization requirements.

Fixes #7795.
2021-09-01 20:49:04 -07:00
..
dotnet [sdk/dotnet] Support for calling methods (#7582) 2021-08-24 20:17:05 -07:00
go Merge pull request #7877 from pulumi/vl/FixAuto 2021-08-31 11:32:05 -07:00
nodejs [sdk/nodejs] Prevent Pulumi from overriding tsconfig.json options. (#7068) 2021-08-15 18:58:43 -07:00
proto Add `replaceOnChanges` resource option (#7226) 2021-07-01 13:32:08 -06:00
python Revert "Allow Python dynamic provider resources to be constructed outside of `__main__` (#7755)" (#7889) 2021-09-01 20:49:04 -07:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00
go.mod Update x/sys for sdk to support go 1.17 (#7781) 2021-08-19 17:11:26 -06:00
go.sum Update x/sys for sdk to support go 1.17 (#7781) 2021-08-19 17:11:26 -06:00

README.md

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.