Skip to content

Commit 4f9b894

Browse files
committed
Bump minimum dependencies to match the build dependencies
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent fbe229f commit 4f9b894

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies = [
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.69.0, < 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)