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?
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?