+Previously the package shipped its own bundled copies of the generated Python bindings for `google.api` and `protoc_gen_openapiv2`, which could collide with the same modules installed elsewhere in a user's environment. Those bundled copies have been removed, and the package now declares `googleapis-common-protos` and `protoc-gen-openapiv2` as runtime dependencies, so pip installs the upstream-maintained versions instead. `buf/validate` remains bundled for now, since Buf publishes the protovalidate runtime to PyPI but withholds the generated Python bindings.
0 commit comments