Skip to content

Commit

Permalink
Update pinned protobuf and grpc dependency versions
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Brus <[email protected]>
  • Loading branch information
stefan-brus-frequenz committed Oct 4, 2024
1 parent b8a9803 commit d15f942
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ requires = [
# sure the code is generated using the minimum supported versions, as older
# versions can't work with code that was generated with newer versions.
# https://protobuf.dev/support/cross-version-runtime-guarantee/#backwards
"protobuf == 4.25.3",
"grpcio-tools == 1.51.1",
"grpcio == 1.51.1",
"protobuf == 5.28.2",
"grpcio-tools == 1.66.1",
"grpcio == 1.66.1",

]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit d15f942

Please sign in to comment.