Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ requires = [
# versions can't work with code that was generated with newer versions.
# https://protobuf.dev/support/cross-version-runtime-guarantee/#backwards
"protobuf == 6.33.5",
"grpcio-tools == 1.72.1",
"grpcio == 1.72.1",
"grpcio-tools == 1.81.0",
"grpcio == 1.81.0",

]
build-backend = "setuptools.build_meta"
Expand Down Expand Up @@ -52,7 +52,7 @@ dependencies = [
# We couldn't find any document with a spec about the cross-version runtime
# guarantee for grpcio, so unless we find one in the future, we'll assume
# major version jumps are not compatible
"grpcio >= 1.72.1, < 2", # Do not widen beyond 2!
"grpcio >= 1.81.0, < 2", # Do not widen beyond 2!
]
dynamic = ["version"]

Expand Down
Loading