Hi, the title says it all.
The problem with types-protobuf 3.x for me is this issue python/typeshed#5800.
In short: using types-protobuf 3.x overrides google cloud SDK typings, so I want to upgrade.
Can we change
protobuf = ">=3.20"
types-protobuf = "~3.20"
to
protobuf = ">=3.20"
types-protobuf = ">=3.20"
?