This message was deleted.
# general
s
This message was deleted.
d
Running
pulumi about
should give details on dependencies. 4.5.0 was yanked (release removed), updating to 4.5.1 should fix the plugin
You've mentioned 2 ways of managing python dependencies here, requirements.txt and pyproject.toml. Which are you trying to use to run pulumi?
f
Looks like delete the whole venv and do
pip install requirements.txt
do the trick. But am I doing this right? I feel like I lock myself to one plugin version. Because if I ever to update the plugin version. It’ll replace everything on my cluster. Are there any best practice doing this?
d
My understanding of the issue is that it's the preview being over-cautious. To play it safe, you can do
pulumi up --target 'provider urn'; pulumi refresh
It's a known issue, something on Pulumi's radar
f
Thank you very much, I’ll try this. Is there an issue about this on github that I could follow?
d