Skip to content

Commit 4d17b22

Browse files
committed
Widen base-client dependency to 0.12.0
In anticipation of the stream-reconnect feature in the base client. Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 1954f92 commit 4d17b22

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
@@ -38,9 +38,9 @@ requires-python = ">= 3.11, < 4"
3838
dependencies = [
3939
"typing-extensions >= 4.6.1, < 5",
4040
"frequenz-api-dispatch == 1.0.0-rc1",
41-
"frequenz-client-base >= 0.8.0, < 0.10.0",
41+
"frequenz-client-base >= 0.8.0, < 0.12.0",
4242
"frequenz-client-common >= 0.1.0, < 0.4.0",
43-
"grpcio >= 1.66.1, < 2",
43+
"grpcio >= 1.70.0, < 2",
4444
"python-dateutil >= 2.8.2, < 3.0",
4545
]
4646
dynamic = ["version"]

0 commit comments

Comments
 (0)