We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c56938 commit a7864afCopy full SHA for a7864af
pyproject.toml
@@ -40,13 +40,13 @@ requires-python = ">= 3.11, < 4"
40
dependencies = [
41
"click >= 8.1.8, < 9",
42
"entsoe-py >= 0.6.16, < 1",
43
- "frequenz-api-common >= 0.6.3, < 0.7.0",
44
- "grpcio >= 1.68.1, < 2",
+ "frequenz-api-common >= 0.6.5, < 0.7.0",
+ "grpcio >= 1.72.1, < 2",
45
"frequenz-channels >= 1.6.1, < 2",
46
"frequenz-client-base >= 0.11.0, < 0.12.0",
47
"frequenz-client-common >= 0.1.0, < 0.4.0",
48
"frequenz-api-electricity-trading >= 0.8.0, < 0.9.0",
49
- "protobuf >= 5.29.2, < 7",
+ "protobuf >= 6.31.1, < 8", # Do not widen beyond 8!
50
]
51
dynamic = ["version"]
52
0 commit comments