mirror of https://github.com/pulumi/pulumi.git
![]() 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`. |
||
---|---|---|
.. | ||
cmd | ||
dist | ||
lib | ||
.gitignore | ||
.pylintrc | ||
Makefile | ||
Pipfile | ||
Pipfile.lock | ||
mypy.ini | ||
python.go | ||
python_test.go |