MySQL Forums
Forum List  »  Connector/Python

Support for protobufs 4?
Posted by: Jay Howard
Date: April 16, 2023 12:10PM

The current latest version of mysql-connector-python (8.0.32) has a dependency conflict with the oldest version of google-ads (19.0.0) that works with current Google APIs (v12+).

The conflict is caused by:
google-ads 19.0.0 depends on protobuf>=4.21.5
mysql-connector-python 8.0.32 depends on protobuf<=3.20.3 and >=3.11.0


Are there plans to switch to protobuf 4.21.5+ under the covers?

Options: ReplyQuote


Subject
Written By
Posted
Support for protobufs 4?
April 16, 2023 12:10PM
April 17, 2023 06:20AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.