Skip to content

Releases: henribru/google-ads-stubs

v7.0.0

Choose a tag to compare

@henribru henribru released this 09 Oct 16:34

What's Changed

  • Turn google and google.ads into namespace stub packages by @henribru in #12

This is released as a major version because if you're using Mypy you now need to run it with the --namespace-packages option. This is because the stub packages for google and google.ads have been turned into namespace packages to comply with this update to PEP561: python/peps#2083

Full Changelog: v6.0.1...v7.0.0

v6.0.1

Choose a tag to compare

@henribru henribru released this 06 Mar 14:05
  • Support Python 3.6 (support for this was added in v.8.1.0 of the library but was missed in v6.0.0 of the stubs)

v6.0.0

Choose a tag to compare

@henribru henribru released this 06 Mar 13:55
  • Use mypy-protobuf v2.4 for generating protobuf stubs (note some backwards incompatibilities introduced in v2.0: https://github.com/dropbox/mypy-protobuf/blob/master/CHANGELOG.md#20)
  • Update stubs for compatibility with v.8.2.0 and v.9.0.0 (support for API v6.1 and removal of v3)
  • Fix API v4, v5 and v6 missing proper stubs for enums.py
  • Add WaitOperationRequest to stubs for types.py
  • Fix interceptor.py accidentally being stubbed with a .py file in addition to an incomplete .pyi file
  • Add a dependency on grpc-stubs

v5.0.1

Choose a tag to compare

@henribru henribru released this 13 Nov 20:24

Add missing v6 version literal

v5.0.0

Choose a tag to compare

@henribru henribru released this 13 Nov 19:50

Compatibility with v.8.0.0 (v6 of the API)

v4.1.0.post1

Choose a tag to compare

@henribru henribru released this 25 Oct 13:16

Add PyPI classifier

v4.1.0

Choose a tag to compare

@henribru henribru released this 30 Sep 15:01

Removes the dependency on https://pypi.org/project/typing/ as it is not needed

v4.0.1

Choose a tag to compare

@henribru henribru released this 29 Sep 17:11

Fixes the return type of search_stream

v4.0.0

Choose a tag to compare

@henribru henribru released this 27 Sep 20:32

Compatibility with v.7.0.0, i.e. v4 and v5 of the API.

v3.1.1

Choose a tag to compare

@henribru henribru released this 26 Sep 10:43

Adds missing imports to google/ads/google_ads/__init__pyi. import google.ads.google_ads; google_ads.client will no longer cause a type error.