crd2pulumi
crd2pulumi copied to clipboard
Update pyyaml dependency on generated code to the same as pulumi-kubernetes
Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Currently crd2pulumi generates code that has a dependency on pyyaml 5.2 (see here) whereas the kubernetes provider requires at least 5.3.1 (see here).
Can we bring them more in line?