pulumi/changelog
Julien c428a91a4c
Fix missing overloads to config getters (#16878)
In https://github.com/pulumi/pulumi/pull/16768 we added overloads to the
config getters when the default is not provided at all, but we did not
provide an overload for the original method signatures where default
defaulted to `None`.

In the presence of overloads, the typechecker ignores the actual
implementation signature.

> The non-@overload-decorated definition, meanwhile, will be used at
> runtime but should be ignored by a type checker

https://docs.python.org/3.12/library/typing.html#overload

Fixes https://github.com/pulumi/pulumi/issues/16877
2024-08-05 17:30:38 +00:00
..
pending Fix missing overloads to config getters (#16878) 2024-08-05 17:30:38 +00:00
config.yaml Make pulumi install work for policy packs (#16438) 2024-06-21 19:19:21 +00:00