Releases: henribru/google-api-python-client-stubs
Releases · henribru/google-api-python-client-stubs
v1.4.0
Compatibility with v2.19.0
v1.3.0
Compatibility with v2.10.0
v1.2.0
Compatibility with v2.8.0
v1.1.0
Compatibility with v2.7.0
v1.0.0
- 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
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
- 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.3.1
Added support for HttpMock