We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe229f commit 4f9b894Copy full SHA for 4f9b894
1 file changed
pyproject.toml
@@ -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.69.0, < 2", # Do not widen beyond 2!
+ "grpcio >= 1.70.0, < 2", # Do not widen beyond 2!
56
]
57
dynamic = ["version"]
58
0 commit comments