Skip to content

Commit 5ce4e70

Browse files
committed
Relax dependency on frequenz-api-common to allow up to 1.0
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 16cb329 commit 5ce4e70

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
## New Features
44

55
- Mapping for the new `Event` message has been added.
6+
- Relaxed dependency on `frequenz-api-common` to allow up to version 1.0.0.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
requires-python = ">= 3.11, < 4"
2828
dependencies = [
2929
"typing-extensions >= 4.13.0, < 5",
30-
"frequenz-api-common >= 0.6.1, < 7",
30+
"frequenz-api-common >= 0.6.1, < 1",
3131
"frequenz-core >= 1.0.2, < 2",
3232
]
3333
dynamic = ["version"]

0 commit comments

Comments
 (0)