pulumi/sdk
Justin Van Patten 5794a3f482
[sdk/python] Cast numbers intended to be integers to int (#5419)
We recently made a change to the Python codegen to emit `int` type annotations, instead of `float`, for properties that are typed as `schema.IntType`.

But the number values that come back from protobuf structs are always floats (like JSON), so we need to cast the values intended to be integers to `int`.
2020-09-19 21:09:53 -07:00
..
dotnet Prevent concurrency issues when completing tasks (#5324) 2020-09-11 14:34:43 +02:00
go change how secrets provider parameters are passed via automation api (#5402) 2020-09-17 19:57:27 +01:00
nodejs Fix typo in Node.js dynamic provider GRPC service (#5365) 2020-09-15 05:45:06 -07:00
proto Initial support for remote component construction. (#5280) 2020-09-07 19:33:55 -07:00
python [sdk/python] Cast numbers intended to be integers to int (#5419) 2020-09-19 21:09:53 -07:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00
go.mod Install plugin dependencies (#5353) 2020-09-14 13:54:26 -07:00
go.sum Install plugin dependencies (#5353) 2020-09-14 13:54:26 -07: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/.