Skip to content

Commit 6c9bf0a

Browse files
authored
Merge pull request #114 from cwasicki/common
Widen dependency range for common API
2 parents 18be46b + 37258bd commit 6c9bf0a

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)