{"id":27007,"library":"gax-google-pubsub-v1","title":"GAX Google Pubsub V1","description":"This library is deprecated. It was a wrapper for the Google Cloud Pub/Sub API using the older GAX (Google API eXtensions) library. The latest version on PyPI is 0.8.3, but it is no longer maintained. Users should migrate to google-cloud-pubsub.","status":"deprecated","version":"0.8.3","language":"python","source_language":"en","source_url":"https://github.com/googleapis/googleapis","tags":["deprecated","google-pubsub","gax"],"install":[{"cmd":"pip install gax-google-pubsub-v1==0.8.3","lang":"bash","label":"Deprecated install"}],"dependencies":[],"imports":[{"note":"This library is deprecated; use google-cloud-pubsub instead.","wrong":"from gax.google.pubsub.v1 import PublisherClient","symbol":"PublisherClient","correct":"from google.cloud.pubsub_v1 import PublisherClient"}],"quickstart":{"code":"","lang":"python","description":"No quickstart available; library is deprecated."},"warnings":[{"fix":"Replace with google-cloud-pubsub library and update import paths.","message":"Library is deprecated and no longer maintained. All functionality has moved to google-cloud-pubsub.","severity":"breaking","affected_versions":">=0.1, <=0.8.3"},{"fix":"Migrate to google-cloud-pubsub>=2.0.0.","message":"The entire package is deprecated and will not receive updates or security fixes.","severity":"deprecated","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Uninstall gax-google-pubsub-v1 and install google-cloud-pubsub instead: pip install google-cloud-pubsub","cause":"The gax package is not installed or has been removed.","error":"ModuleNotFoundError: No module named 'gax'"},{"fix":"Use: from google.cloud.pubsub_v1 import PublisherClient","cause":"The deprecated library does not support that import path; users should use the modern google-cloud-pubsub library.","error":"ImportError: cannot import name 'PublisherClient' from 'gax.google.pubsub.v1'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}