Skip to content

v3.63.2

Compare
Choose a tag to compare
@iwahbe iwahbe released this 28 Oct 06:03
· 302 commits to master since this release
a0faa9e

What's Changed

Fixes to _configure issues for Python SDKs

The key change in this release is propagating https://github.com/pulumi/pulumi/releases/tag/v3.91.1 specifically pulumi/pulumi#14427 to all Python SDK generators in the bridged providers. This should mitigate all known runtime errors in Python that reference _configure in the traceback:

TypeError: ApplicationArgs._configure() missing 1 required positional argument: 'display_name'

Misc

Full Changelog: v3.63.1...v3.63.2