Skip to content

Commit 6ef5e41

Browse files
committed
chore(dependencies): update protobuf and grpcio versions in pyproject.toml
Bumps protobuf from >= 5.29.3, < 7 to >= 6.31.1, < 8 and grpcio from >= 1.70.0, < 2 to >= 1.72.1, < 2. Signed-off-by: Richard Sandoval <rsandovaldev@gmail.com>
1 parent c24afb0 commit 6ef5e41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ dependencies = [
4949
# We can't widen beyond the current value unless we bump the minimum
5050
# requirements too because of protobuf cross-version runtime guarantees:
5151
# https://protobuf.dev/support/cross-version-runtime-guarantee/#major
52-
"protobuf >= 5.29.3, < 7", # Do not widen beyond 7!
52+
"protobuf >= 6.31.1, < 8", # Do not widen beyond 8!
5353
# We couldn't find any document with a spec about the cross-version runtime
5454
# guarantee for grpcio, so unless we find one in the future, we'll assume
5555
# major version jumps are not compatible
56-
"grpcio >= 1.70.0, < 2", # Do not widen beyond 2!
56+
"grpcio >= 1.72.1, < 2", # Do not widen beyond 2!
5757
]
5858
dynamic = ["version"]
5959

0 commit comments

Comments
 (0)