pulumi-azure icon indicating copy to clipboard operation
pulumi-azure copied to clipboard

Enable TypedDict input types for the Python SDK

Open julienp opened this issue 1 year ago • 1 comments

Enable TypedDict input types for the Python SDK. The only manual change is to set the InputTypes flag in the python language features of the schema. This is done here https://github.com/pulumi/pulumi-azure/commit/e0ccec8323adde4f030c3daf312386ebb387ba9f. This flag is currently opt in, but will default to classes-and-dicts in the future.

Epic https://github.com/pulumi/pulumi/issues/12689

julienp avatar Jul 01 '24 13:07 julienp

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

github-actions[bot] avatar Jul 01 '24 13:07 github-actions[bot]

LGTM

thomas11 avatar Jul 08 '24 14:07 thomas11

This PR has been shipped in release v5.83.0.

pulumi-bot avatar Jul 08 '24 21:07 pulumi-bot