Skip to content

Commit

Permalink
fix: force proto 28.2 to prevent warnings
Browse files Browse the repository at this point in the history
Normally we should generate the proto using grpcio-tools that currently
embbed 27.2 but because of the following issue we need to re-generate
them using 28.2
protocolbuffers/protobuf#18096
  • Loading branch information
edelanghe-ledger committed Oct 11, 2024
1 parent 23864f9 commit ae1f6c2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions etcd3/etcdrpc/auth_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions etcd3/etcdrpc/kv_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions etcd3/etcdrpc/rpc_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
protobuf>=5.28.2,<6 # 5.27.2 is skip because of https://github.com/protocolbuffers/protobuf/issues/18096
grpcio>=1.66.2
2 changes: 2 additions & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
#
grpcio==1.66.2
# via -r base.in
protobuf==5.28.2
# via -r base.in

0 comments on commit ae1f6c2

Please sign in to comment.