hey all! i'm getting an error when running `pulumi...
# python
s
hey all! i'm getting an error when running
pulumi update
and i've been trying to solve it since yesterday. the error is:
AttributeError: 'Service' object has no attribute 'status'
full stack trace (https://pastebin.com/jS2FZpPK) initially, i was experiencing the issue described here https://github.com/pulumi/pulumi/issues/9694, which i was able to fix by pinning protobuf v3.20.1 after that though, i began experiencing the error i pasted above. i've tried downgrading pulumi as well as upgrading python (this app uses 3.9.6), but i get the same error no matter what. anyone else experience the same issue or have any tips to help me further debug this?