Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Releases: googlesamples/assistant-sdk-python

0.3.1

26 May 22:15
Compare
Choose a tag to compare
Package Version
google-assistant-sdk 0.3.1
google-assistant-grpc 0.0.2
google-assistant-library 0.0.2

Changelog

  • Bump grpcio dependency to use binary wheels (faster install on armv7l).
  • Publish google-assistant-library to PyPi

0.3.0

17 May 17:15
Compare
Choose a tag to compare
Package Version
google-assistant-sdk 0.3.0
google-assistant-grpc 0.0.1
google-assistant-library 0.0.2

Changelog

  • Move grpc bindings to the google-assistant-grpc package.
  • Moved reference grpc sample to googlesamples.assistant.grpc.pushtotalk with updated instructions.
  • Replaced auth_helpers with google-oauthlibtool:
  • Add --once flag to pushtotalk grpc sample (@r-clancy).
  • Fix typo in IFTTT handling in pushtotalk grpc sample (@kadeve).
  • Add google-assistant-library sample.