Skip to content

Commit 98534a2

Browse files
chore: update electricity trading API to v0.8.0
We also update base client alongside to v0.11.0 to avoid dependency conflicts. Signed-off-by: Matthias Wende <[email protected]>
1 parent 2ba7598 commit 98534a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ dependencies = [
4343
"frequenz-api-common >= 0.6.3, < 0.7.0",
4444
"grpcio >= 1.68.1, < 2",
4545
"frequenz-channels >= 1.6.1, < 2",
46-
"frequenz-client-base >= 0.9.0, < 0.10.0",
46+
"frequenz-client-base >= 0.11.0, < 0.12.0",
4747
"frequenz-client-common >= 0.1.0, < 0.4.0",
48-
"frequenz-api-electricity-trading >= 0.7.0, < 0.8.0",
48+
"frequenz-api-electricity-trading >= 0.8.0, < 0.9.0",
4949
"protobuf >= 5.29.2, < 7",
5050
]
5151
dynamic = ["version"]

0 commit comments

Comments
 (0)