1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Fix source-google-ads on M1 Macs by pinning protobuf==3.14 (#13624)

* Bump `source-google-ads` to build for both AMD and ARM

* pin protobuf==3.14

* update readme

* #263 oncall: bump google ads version 15.1.1, protobuf 3.20.0

* auto-bump connector version

Co-authored-by: Denys Davydov <davydov.den18@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
This commit is contained in:
Evan Tahler
2022-06-09 11:55:12 -07:00
committed by GitHub
parent fca7f0144e
commit db67936111
8 changed files with 42 additions and 33 deletions

View File

@@ -5,7 +5,7 @@
import json
from google.ads.googleads.errors import GoogleAdsException
from google.ads.googleads.v8 import GoogleAdsFailure
from google.ads.googleads.v9 import GoogleAdsFailure
class MockSearchRequest: