google-cloud-pubsub latest version is being used since the current version for the codelab (1.4.0) requires the installation of six, which is an external library. To keep code purely within Google libraries, we are making this small change. See: https://cloud.google.com/python/docs/reference/pubsub/latest for example usage of the same create_subscription function.
google-cloud-pubsub
latest version is being used since the current version for the codelab (1.4.0) requires the installation ofsix
, which is an external library. To keep code purely within Google libraries, we are making this small change. See: https://cloud.google.com/python/docs/reference/pubsub/latest for example usage of the samecreate_subscription
function.