[project.dependencies] references nonexistent "pulumi-kubernetes4.18.0" package #148
Labels
area/codegen
Affects quality or correctness of generated code
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
What happened?
When I use crd2pulumi generate a python package, the resulting
pyproject.toml
has a[project.depenedencies]
entry that references a nonexistent "pulumi-kubernetes4.18.0" package:Example
I can reproduce this on
main
(f670a71 at time of writing).Output of
pulumi about
N/A
Additional context
I dug into this, and believe the issue is the interaction between these 2 lines of code:
>= x.y.z
or== x.y.z
) rather than a plain version.Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: