Skip to content

Commit a7864af

Browse files
chore: update protobuf dependency
Signed-off-by: Matthias Wende <[email protected]>
1 parent 5c56938 commit a7864af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ requires-python = ">= 3.11, < 4"
4040
dependencies = [
4141
"click >= 8.1.8, < 9",
4242
"entsoe-py >= 0.6.16, < 1",
43-
"frequenz-api-common >= 0.6.3, < 0.7.0",
44-
"grpcio >= 1.68.1, < 2",
43+
"frequenz-api-common >= 0.6.5, < 0.7.0",
44+
"grpcio >= 1.72.1, < 2",
4545
"frequenz-channels >= 1.6.1, < 2",
4646
"frequenz-client-base >= 0.11.0, < 0.12.0",
4747
"frequenz-client-common >= 0.1.0, < 0.4.0",
4848
"frequenz-api-electricity-trading >= 0.8.0, < 0.9.0",
49-
"protobuf >= 5.29.2, < 7",
49+
"protobuf >= 6.31.1, < 8", # Do not widen beyond 8!
5050
]
5151
dynamic = ["version"]
5252

0 commit comments

Comments
 (0)