Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Make gapic-generator-python compatible with protobuf 3.14.0 (native namespace package) #753

Merged
merged 2 commits into from Jan 28, 2021

Commits on Jan 27, 2021

  1. fix: Make gapic-generator-python compatible with protobuf 3.14.0 (pac…

    …kaged as native namespace package)
    
    More details about Python namespace packaging here: https://packaging.python.org/guides/packaging-namespace-packages/#native-namespace-packages
    
    The protobuf changes, which made this fix necessary are here:
    protocolbuffers/protobuf#7902
    protocolbuffers/protobuf#7908
    
    The tracking bug for this issue (probably not the only one) googleapis/gapic-generator#3334
    
    This is only part of the fix, for the proper fix other google-namespaced python packages must be changed as well.
    vam-google committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    9a8e389 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    ae58bee View commit details
    Browse the repository at this point in the history