Skip to content

Commit facd2dc

Browse files
authored
Merge pull request #33 from sandovalrr/bump-common-api-again
chore(submodules): update frequenz-api-common submodule to specific commit 0e45c6d
2 parents 5c8e245 + 6ef5e41 commit facd2dc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ classifiers = [
4545
]
4646
requires-python = ">= 3.11, < 4"
4747
dependencies = [
48-
"frequenz-api-common @ git+https://github.com/frequenz-floss/frequenz-api-common.git@ebf585f580a277410a3619a6e7d5c2361d7960f4",
48+
"frequenz-api-common @ git+https://github.com/frequenz-floss/frequenz-api-common.git@0e45c6d7fe92b708f1e7ca7a6f13e4513bfe7cf4",
4949
# We can't widen beyond the current value unless we bump the minimum
5050
# requirements too because of protobuf cross-version runtime guarantees:
5151
# https://protobuf.dev/support/cross-version-runtime-guarantee/#major
52-
"protobuf >= 5.29.3, < 7", # Do not widen beyond 7!
52+
"protobuf >= 6.31.1, < 8", # Do not widen beyond 8!
5353
# We couldn't find any document with a spec about the cross-version runtime
5454
# guarantee for grpcio, so unless we find one in the future, we'll assume
5555
# major version jumps are not compatible
56-
"grpcio >= 1.70.0, < 2", # Do not widen beyond 2!
56+
"grpcio >= 1.72.1, < 2", # Do not widen beyond 2!
5757
]
5858
dynamic = ["version"]
5959

0 commit comments

Comments
 (0)