Skip to content

Commit 73d008b

Browse files
committed
Require frequenz-api-common v0.8.4 or newer
The operational mode field and the ElectricalComponentOperationalMode enum were added to the ElectricalComponent protobuf message in frequenz-api-common v0.8.3, but the enum value ELECTRICAL_COMPONENT_OPERATIONAL_MODE_TELEMETRY_ONLY was misspelled (TELEMTRY) in that release and only corrected in v0.8.4. The client now reads that field and references the enum by name, so require v0.8.4 as the minimum version. Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent 89df28b commit 73d008b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
]
3737
requires-python = ">= 3.11, < 4"
3838
dependencies = [
39-
"frequenz-api-common >= 0.8.2, < 1.0.0",
39+
"frequenz-api-common >= 0.8.4, < 1.0.0",
4040
"frequenz-api-microgrid >= 0.18.0, < 1",
4141
"frequenz-channels >= 1.6.1, < 2.0.0",
4242
"frequenz-client-base >= 0.10.0, < 0.12.0",

0 commit comments

Comments
 (0)