Skip to content

Commit 8f860b3

Browse files
Apply migration from 1.72.1 to 1.81.0
=== v1.81.0 ========================================================= Script URL: https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/529d30b554392e6d8b66e84e92c04ac9cd170da7/cookiecutter/scripts/dependabot-grpc-fixer.py Updated pyproject.toml with 1 grpc/protobuf constraint(s). The migration completed successfully.
1 parent 0333071 commit 8f860b3

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.72.1, < 2", # Do not widen beyond 2!
55+
"grpcio >= 1.81.0, < 2", # Do not widen beyond 2!
5656
]
5757
dynamic = ["version"]
5858

0 commit comments

Comments
 (0)