Skip to content

Commit fbb51c6

Browse files
committed
Bump minimum supported dependencies
They need to match the build dependencies. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 7f2e889 commit fbb51c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)