Hi, we have built an internal service using pulumi...
# python
f
Hi, we have built an internal service using pulumi under the hood but we're using old python libs 😅. We are considering upgrade lib versions, does anyone have made it or know any breaking change? Currently we are using:
Copy code
$ pip freeze | grep pulumi
pulumi==2.19.0
pulumi-gcp==4.12.0
f
Thanks!