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
feat: Upgrade to protobuf 27.0 and remove py_proto_library (#1933)
Protobuf team is taking ownership of `py_proto_library` and the
implementation was moved to protobuf repository.
Remove py_proto_library from rules_python, to prevent divergent
implementations.
Make a redirect with a deprecation warning, so that this doesn't break
any users.
Expected side effect of this change is also that the protobuf version is
sufficiently updated that there is no more use of legacy struct
providers.
Closes#1935Closes#1924Closes#1925Closes#1703Closes#1707Closes#1597Closes#1293Closes#1080Fixes#1438
0 commit comments