Skip to content

Commit 56230de

Browse files
Update frequenz-api-common requirement from <0.7,>=0.5.4 to >=0.5.4,<0.9
Updates the requirements on [frequenz-api-common](https://github.com/frequenz-floss/frequenz-api-common) to permit the latest version. - [Release notes](https://github.com/frequenz-floss/frequenz-api-common/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-api-common/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-api-common@v0.5.4...v0.8.0) --- updated-dependencies: - dependency-name: frequenz-api-common dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c4a2cc commit 56230de

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
@@ -43,7 +43,7 @@ classifiers = [
4343
]
4444
requires-python = ">= 3.11, < 4"
4545
dependencies = [
46-
"frequenz-api-common >= 0.5.4, < 0.7",
46+
"frequenz-api-common >= 0.5.4, < 0.9",
4747
"googleapis-common-protos >= 1.65.0, < 2",
4848
# We can't widen beyond the current value unless we bump the minimum
4949
# requirements too because of protobuf cross-version runtime guarantees:

0 commit comments

Comments
 (0)