Skip to content

Commit

Permalink
Include GCP provider in the list of providers supporting TypedDicts (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
julienp authored Jul 8, 2024
1 parent e3e125a commit ae59f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/pulumi-loves-python/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ deployment = Deployment(
)
```

The new Pythonic input types are available in the latest release of the Pulumi SDKs for [Kubernetes](https://www.pulumi.com/registry/packages/kubernetes/) and [AWS](https://www.pulumi.com/registry/packages/aws/), with more provider SDKs to follow soon.
The new Pythonic input types are available in the latest release of the Pulumi SDKs for [Kubernetes](https://www.pulumi.com/registry/packages/kubernetes/), [AWS](https://www.pulumi.com/registry/packages/aws/) and [GCP](https://www.pulumi.com/registry/packages/gcp/), with more provider SDKs to follow soon.

{{% notes type="info" %}}
Due to a performance issue in MyPy, type checking of TypedDict-based inputs is currently disabled when using MyPy as a type checker. We are working on helping resolve [this issue](https://github.com/python/mypy/issues/17231). In the meantime, we recommend using Pyright as a type checker to get the most complete type checking possible for Dict-based Pulumi Python programs.
Expand Down

0 comments on commit ae59f09

Please sign in to comment.