We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac59485 commit b11809fCopy full SHA for b11809f
1 file changed
pyproject.toml
@@ -11,8 +11,8 @@ requires = [
11
# versions can't work with code that was generated with newer versions.
12
# https://protobuf.dev/support/cross-version-runtime-guarantee/#backwards
13
"protobuf == 6.31.1",
14
- "grpcio-tools == 1.70.0",
15
- "grpcio == 1.70.0",
+ "grpcio-tools == 1.72.0",
+ "grpcio == 1.72.0",
16
17
]
18
build-backend = "setuptools.build_meta"
@@ -52,7 +52,7 @@ dependencies = [
52
# We couldn't find any document with a spec about the cross-version runtime
53
# guarantee for grpcio, so unless we find one in the future, we'll assume
54
# major version jumps are not compatible
55
- "grpcio >= 1.70.0, < 2", # Do not widen beyond 2!
+ "grpcio >= 1.72.0, < 2", # Do not widen beyond 2!
56
57
dynamic = ["version"]
58
0 commit comments