Skip to content

Releases: henribru/google-api-python-client-stubs

v1.1.0

Choose a tag to compare

@henribru henribru released this 05 Jun 07:26

Compatibility with v2.7.0

v1.0.0

Choose a tag to compare

@henribru henribru released this 02 Apr 08:10
  • Regenerate stubs based on v2.1.0
  • Add the missing static_discovery argument that was added to build in v2
  • Fix the Python version constraint, Python 2 is no longer supported as of v2

v0.6.0

Choose a tag to compare

@henribru henribru released this 21 Mar 10:33

This release adds support for v2 of google-api-python-client. The major change is that v2 bundles the discovery documents. The stubs are thus now based on the bundled documents and not the live ones. Note that because the bundled and live documents don't overlap completely, a few APIs no longer have stubs.

v0.5.0

Choose a tag to compare

@henribru henribru released this 04 Mar 16:03
  • Regenerate stubs
  • Fix an issue with cyclic definitions in stubs
  • Type the return value of Resource.__enter__ so that type inference works when using a service as a context manager

v0.4.0

Choose a tag to compare

@henribru henribru released this 28 Feb 11:05

Regenerated stubs

v0.3.1

Choose a tag to compare

@henribru henribru released this 21 Feb 19:15

Added support for HttpMock

v0.3.0

Choose a tag to compare

@henribru henribru released this 25 Oct 13:49

Regenerated stubs

v0.2.0

Choose a tag to compare

@henribru henribru released this 04 Oct 07:43
  • Sort class stubs
  • Use the type_check_only decorator to signal that class stubs aren't available at runtime
  • Improve README

v0.1.0

Choose a tag to compare

@henribru henribru released this 03 Oct 19:57

Initial release