-
Notifications
You must be signed in to change notification settings - Fork 523
Add support for protobuf 7 #1067
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesttriageNew issue; requires attentionNew issue; requires attention
Description
Describe the problem you are trying to solve:
We want to be able to use protobuf 7.34. Note that they jumped from version 6.33 to 7.34.
But unfortunately the current code pins protobuf to <7
google-ads-python/pyproject.toml
Line 58 in cfdea2b
| "protobuf >= 4.25.0, < 7.0.0", |
Describe the solution you'd like:
This project should bump the protobuf constraint to allow protobuf 7.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttriageNew issue; requires attentionNew issue; requires attention