Skip to content

Commit 14c9218

Browse files
Update frequenz-api-common requirement
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.6.5...v0.8.0) --- updated-dependencies: - dependency-name: frequenz-api-common dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18be46b commit 14c9218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ classifiers = [
4444
]
4545
requires-python = ">= 3.11, < 4"
4646
dependencies = [
47-
"frequenz-api-common >= 0.6.5, < 0.7.0",
47+
"frequenz-api-common >= 0.6.5, < 0.9.0",
4848
# We can't widen beyond the current value unless we bump the minimum
4949
# requirements too because of protobuf cross-version runtime guarantees:
5050
# https://protobuf.dev/support/cross-version-runtime-guarantee/#major

0 commit comments

Comments
 (0)