Skip to content

Commit 37258bd

Browse files
committed
Widen dependency range for common API
Signed-off-by: cwasicki <126617870+cwasicki@users.noreply.github.com>
1 parent 18be46b commit 37258bd

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)