Skip to content

Commit 2a57a3c

Browse files
committed
Update grpcio to newer version
So it's in sync with frequenz-client-base Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent dd2e283 commit 2a57a3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ plugins:
114114
import:
115115
# See https://mkdocstrings.github.io/python/usage/#import for details
116116
- https://docs.python.org/3/objects.inv
117-
- https://frequenz-floss.github.io/frequenz-api-common/v0.3/objects.inv
117+
- https://frequenz-floss.github.io/frequenz-api-common/v0.5/objects.inv
118118
- https://grpc.github.io/grpc/python/objects.inv
119119
- https://typing-extensions.readthedocs.io/en/stable/objects.inv
120120
# Note this plugin must be loaded after mkdocstrings to be able to use macros

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requires-python = ">= 3.11, < 4"
2828
dependencies = [
2929
"frequenz-api-common >= 0.5.4, < 0.6",
3030
"googleapis-common-protos >= 1.56.4, < 2",
31-
"grpcio >= 1.51.1, < 2",
31+
"grpcio >= 1.54.2, < 2",
3232
]
3333
dynamic = ["version"]
3434

0 commit comments

Comments
 (0)