Skip to content

Commit 4787b1f

Browse files
committed
Update common-api & other dependencies
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 4274d1a commit 4787b1f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires = [
1010
# sure the code is generated using the minimum supported versions, as older
1111
# versions can't work with code that was generated with newer versions.
1212
# https://protobuf.dev/support/cross-version-runtime-guarantee/#backwards
13-
"protobuf == 5.29.4",
13+
"protobuf == 5.29.3",
1414
"grpcio-tools == 1.70.0",
1515
"grpcio == 1.70.0",
1616
]
@@ -43,7 +43,8 @@ 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.7",
47+
"frequenz-api-common @ git+http://[email protected]/frequenz-floss/[email protected]",
4748
"googleapis-common-protos >= 1.65.0, < 2",
4849
# We can't widen beyond the current value unless we bump the minimum
4950
# requirements too because of protobuf cross-version runtime guarantees:
@@ -90,7 +91,7 @@ dev-mypy = [
9091
]
9192
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[api] == 0.13.3"]
9293
dev-pylint = [
93-
"pylint == 3.3.6",
94+
"pylint == 3.3.7",
9495
# For checking the noxfile, docs/ script, and tests
9596
"frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
9697
]

submodules/frequenz-api-common

Submodule frequenz-api-common updated 27 files

0 commit comments

Comments
 (0)