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
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"
?
The text was updated successfully, but these errors were encountered:
Definitely can change that. I should have done so when backporting this library to work with proto 3.x library. Feel free to PR or wait a bit and I'll get to it. Thanks for the report!
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
to
?
The text was updated successfully, but these errors were encountered: