Skip to content

Commit 021010b

Browse files
committed
Bump the minimum version of frequenz-core to 1.0.2
This is to avoid errors in tests about duplicated `BaseId` prefixes. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 4320e05 commit 021010b

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
@@ -28,7 +28,7 @@ requires-python = ">= 3.11, < 4"
2828
dependencies = [
2929
"typing-extensions >= 4.13.0, < 5",
3030
"frequenz-api-common >= 0.6.1, < 7",
31-
"frequenz-core >= 1.0.0, < 2",
31+
"frequenz-core >= 1.0.2, < 2",
3232
]
3333
dynamic = ["version"]
3434

0 commit comments

Comments
 (0)