Skip to content

Commit

Permalink
[gaarf-py] Add support for Google Ads API v18
Browse files Browse the repository at this point in the history
Change-Id: I649e4daa3333e93505d42fdce8d584cb2702ce8d
  • Loading branch information
AVMarkin committed Oct 23, 2024
1 parent 0637005 commit ec763e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

setuptools.setup(
name='google-ads-api-report-fetcher',
version='1.15.2',
version='1.15.3',
python_requires='>3.8',
description=(
'Library for fetching reports from Google Ads API '
Expand All @@ -73,7 +73,7 @@
],
packages=setuptools.find_packages(),
install_requires=[
'google-ads>=25.0.0',
'google-ads>=25.1.0',
'smart_open',
'jinja2==3.1.4',
'python-dateutil',
Expand Down
2 changes: 1 addition & 1 deletion py/tests/unit/test_api_clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def fake_googleads_client(self, mocker):
return googleads_client.GoogleAdsClient(
credentials=None,
developer_token=None,
version='v17',
version=api_clients.GOOGLE_ADS_API_VERSION,
use_proto_plus=True,
)

Expand Down

0 comments on commit ec763e4

Please sign in to comment.