Skip to content

Commit

Permalink
use v0.x.x until release
Browse files Browse the repository at this point in the history
Signed-off-by: Mathias L. Baumann <mathias.baumann@frequenz.com>
  • Loading branch information
Marenz committed Nov 18, 2024
1 parent 9d384d9 commit 893251b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ requires-python = ">= 3.11, < 4"
dependencies = [
"typing-extensions >= 4.6.1, < 5",
"frequenz-api-dispatch == 1.0.0-rc1",
"frequenz-client-base >= 0.8.0, < 0.9.0",
# "frequenz-client-base >= 0.8.0, < 0.9.0",
"frequenz-client-base @ git+https://github.com/frequenz-floss/frequenz-client-base-python.git@v0.x.x",
"frequenz-client-common >= 0.1.0, < 0.3.0",
"grpcio >= 1.66.1, < 2",
]
Expand Down

0 comments on commit 893251b

Please sign in to comment.