Skip to content

Commit 893251b

Browse files
committed
use v0.x.x until release
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 9d384d9 commit 893251b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ 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.9.0",
41+
# "frequenz-client-base >= 0.8.0, < 0.9.0",
42+
"frequenz-client-base @ git+https://github.com/frequenz-floss/[email protected]",
4243
"frequenz-client-common >= 0.1.0, < 0.3.0",
4344
"grpcio >= 1.66.1, < 2",
4445
]

0 commit comments

Comments
 (0)