Skip to content

Commit 6e79968

Browse files
authored
Limiting allowed range of trading API versions (#114)
The latest v0.5.0 comes with a breaking change, so limiting the version range.
2 parents dc5b1c8 + ec28ea7 commit 6e79968

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
@@ -34,7 +34,7 @@ dependencies = [
3434
"frequenz-channels >= 1.6.1, < 2",
3535
"frequenz-client-base >= 0.9.0, < 0.10.0",
3636
"frequenz-client-common >= 0.1.0, < 0.3.0",
37-
"frequenz-api-electricity-trading >= 0.2.4, < 1",
37+
"frequenz-api-electricity-trading >= 0.2.4, < 0.5",
3838
"protobuf >= 5.28.0, < 6",
3939
]
4040
dynamic = ["version"]

0 commit comments

Comments
 (0)