grpc/src/python
Adam Cozzette 016ed921ce
[deps] Upgrade protobuf version to v25.0 (#34513)
This commit upgrades gRPC to protobuf v25.0 and makes some fixes to
account for upb changes. One major change is that upb has been merged
into the protobuf repo, so we can now drop the separate `@upb`
dependency. Another is that `.upb.c` files no longer exist and there are
new `.upb_minitable.h` and `.upb_minitable.c` files. The longer
filenames exceeded a Windows restriction, so to work around that I
renamed the `upb-generated` directory to just `upb-gen`, and likewise
for `upbdefs-generated`.
2023-11-10 00:11:09 -08:00
..
grpcio [deps] Upgrade protobuf version to v25.0 (#34513) 2023-11-10 00:11:09 -08:00
grpcio_admin [Release] Bump master version to 1.60 (gjallarhorn) (#34488) 2023-09-26 13:10:20 -07:00
grpcio_channelz [Release] Bump master version to 1.60 (gjallarhorn) (#34488) 2023-09-26 13:10:20 -07:00
grpcio_csds [Release] Bump master version to 1.60 (gjallarhorn) (#34488) 2023-09-26 13:10:20 -07:00
grpcio_health_checking [Release] Bump master version to 1.60 (gjallarhorn) (#34488) 2023-09-26 13:10:20 -07:00
grpcio_observability [tracing] Add TcpTracer and HttpAnnotation (#34592) 2023-10-20 16:04:16 -07:00
grpcio_reflection [Release] Bump master version to 1.60 (gjallarhorn) (#34488) 2023-09-26 13:10:20 -07:00
grpcio_status [Release] Bump master version to 1.60 (gjallarhorn) (#34488) 2023-09-26 13:10:20 -07:00
grpcio_testing [Release] Bump master version to 1.60 (gjallarhorn) (#34488) 2023-09-26 13:10:20 -07:00
grpcio_tests [Python] Use same contextvars.Context for interceptors and RPC handler (#34291) 2023-10-25 14:28:10 -07:00
.gitignore [bazel] Auto-generate .pyi files in py_proto_library rule (#32872) 2023-06-12 14:36:24 -07:00