Skip to content

Commit c448a9c

Browse files
committed
Fix dependency constraint for frequenz-api-common
We want to be compatible up to v1.0.0, not v9.0.0. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 9722e74 commit c448a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
requires-python = ">= 3.11, < 4"
2828
dependencies = [
2929
"typing-extensions >= 4.13.0, < 5",
30-
"frequenz-api-common >= 0.8.0, < 9",
30+
"frequenz-api-common >= 0.8.0, < 1",
3131
"frequenz-core >= 1.0.2, < 2",
3232
]
3333
dynamic = ["version"]

0 commit comments

Comments
 (0)