You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there's a perfect opportunity for test automation here. Not being able to pip install a typical combination of pulumi packages leads to user frustration.
Hello!
Issue details
The PyYAML pinning for
pulumi
andpulumi-kubernetes
broke today when PyYAML 6.0 was released.pulumi
asks forpyyaml>=5.3.1
pulumi-kubernetes
requirespyyaml<6.0,>=5.3.1
Steps to reproduce
pulumi
pulumi-kubernetes
Expected: I expected pulumi-kubernetes to be installed
Actual: An error
Workaround: Explicitly specify a PyYAML version in your requirements, e.g.
PyYAML==5.4.1
The text was updated successfully, but these errors were encountered: