Skip to content

Commit 7df0c14

Browse files
committed
Relax the dependency on frequenz-api-common to allow up to 1.0.0
We have guaranteed that v0.x versions are compatible. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 8669e38 commit 7df0c14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Frequenz Electricity Trading API Client Release Notes
22

3-
## Bug Fixes
3+
## Summary
44

5-
* Fixed a public order book stream bug where a stream was reused for requests with different start and stop time parameters.
5+
This release relaxes the API common dependency so it can work up to v1.0.0, as all v0.x versions should be compatible from v0.6.x on.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ 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.5, < 0.8.0",
43+
"frequenz-api-common >= 0.6.5, < 1",
4444
"frequenz-api-electricity-trading >= 0.8.0, < 0.9.0",
4545
"frequenz-channels >= 1.6.1, < 2",
4646
"frequenz-client-base >= 0.11.0, < 0.12.0",

0 commit comments

Comments
 (0)