Skip to content

Commit 1f10130

Browse files
committed
Raise minimum frequenz-client-common version to v0.3.3
The codebase requires `frequenz.client.common.enum_proto`, which was added in v0.3.3. Earlier versions lack this module, causing test failures in `pytest_min`. Bumping the minimum version ensures compatibility with `frequenz-repo-config`’s min-dependency testing and avoids runtime import errors. Signed-off-by: cyiallou - Costas <[email protected]>
1 parent f1fd44c commit 1f10130

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.6.1, < 5",
3030
"frequenz-client-reporting >= 0.18.0, < 0.19.0",
31-
"frequenz-client-common >= 0.3.0, < 0.4",
31+
"frequenz-client-common >= 0.3.3, < 0.4",
3232
]
3333
dynamic = ["version"]
3434

0 commit comments

Comments
 (0)