forked from kragniz/python-etcd3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: force proto 28.2 to prevent warnings
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
1 parent
23864f9
commit ae1f6c2
Showing
5 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ | |
# | ||
grpcio==1.66.2 | ||
# via -r base.in | ||
protobuf==5.28.2 | ||
# via -r base.in |