Are they Dict types for pulumiservice not defined?...
# python
d
Are they Dict types for pulumiservice not defined? https://github.com/pulumi/pulumi-pulumiservice/blob/476f4b141b99627564d5daacb215e1[…]ea64520e/sdk/python/pulumi_pulumiservice/deployment_settings.py. I can’t seem to find
DeploymentSettingsGithubArgsDict
anywhere
No hang on, that’s the Args class only
Looks like a bug, I’ll have a closer look
I believe the issue we run into is fixed in https://github.com/pulumi/pulumi/pull/17296, but this provider uses an older pulumi pkg/sdk, I’ll go and create a PR to get that bumped
d
Thank you!