Skip to content

Commit 1219c50

Browse files
Update dependencies to solve conflicts
- Bump grpcio to >=1.68.1,<2 - Bump protobuf to >=5.29.2,<6 Signed-off-by: camille-bouvy-frequenz <[email protected]>
1 parent a06fb44 commit 1219c50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ dependencies = [
3030
"click >= 8.1.8, < 9",
3131
"entsoe-py >= 0.6.16, < 1",
3232
"frequenz-api-common >= 0.6.3, < 0.7.0",
33-
"grpcio >= 1.66.2, < 2",
33+
"grpcio >= 1.68.1, < 2",
3434
"frequenz-channels >= 1.6.1, < 2",
3535
"frequenz-client-base >= 0.9.0, < 0.10.0",
3636
"frequenz-client-common >= 0.1.0, < 0.4.0",
3737
"frequenz-api-electricity-trading >= 0.2.4, < 0.5",
38-
"protobuf >= 5.28.0, < 6",
38+
"protobuf >= 5.29.2, < 6",
3939
]
4040
dynamic = ["version"]
4141

0 commit comments

Comments
 (0)