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`. |
||
---|---|---|
.. | ||
langhost | ||
__init__.py | ||
test_next_serialize.py | ||
test_runtime_to_json.py | ||
test_test_mode.py | ||
test_translate_output_properties.py | ||
test_types_input_type.py | ||
test_types_output_type.py | ||
test_types_resource_types.py | ||
test_utils.py |