You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
PR #1596 added ability to specify whether dependencies are proto-plus types or not. There is an issue with the feature in that docstrings don't have the correct proto-plus type.
For example, in PR googleapis/google-cloud-python#10854, you can see the docstring for cloud_ai_document in packages/google-cloud-contentwarehouse/google/cloud/contentwarehouse_v1/types/document.py under the Document class has the type as google.cloud.documentai.v1.document_pb2.Document when it should be google.cloud.documentai_v1.types.Document since google.cloud.documentai_v1 is a proto-plus type.
PR #1596 added ability to specify whether dependencies are proto-plus types or not. There is an issue with the feature in that docstrings don't have the correct proto-plus type.
For example, in PR googleapis/google-cloud-python#10854, you can see the docstring for
cloud_ai_documentinpackages/google-cloud-contentwarehouse/google/cloud/contentwarehouse_v1/types/document.pyunder theDocumentclass has the type asgoogle.cloud.documentai.v1.document_pb2.Documentwhen it should begoogle.cloud.documentai_v1.types.Documentsincegoogle.cloud.documentai_v1is a proto-plus type.