Skip to content

v6.0.0

Compare
Choose a tag to compare
@henribru henribru released this 06 Mar 13:55
· 99 commits to master since this release
  • 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