Skip to content

Commit 42bd785

Browse files
Upgrade protobuf dependency range from >=4.21.6, <6 to >=5.29.2, <7 (frequenz-floss#119)
Updated `protobuf` dependency range: changed from `>=4.21.6, <6` to `>=5.29.2, <7`. This change resolve dependency conflicts with `frequenz-api-common` and `frequenz-client-electricity-trading`.
2 parents 4b4ab65 + fd0c77b commit 42bd785

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Frequenz Client Base Library Release Notes
22

3+
## Upgrading
4+
5+
* Updated `protobuf` dependency range: changed from `>=4.21.6, <6` to `>=5.29.2, <7`
6+
37
## New Features
48

59
* Add the `warn_on_overflow` option to the streaming receivers to allow ignoring overflow warnings

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requires-python = ">= 3.11, < 4"
2828
dependencies = [
2929
"frequenz-channels >= 1.6.1, < 2",
3030
"grpcio >= 1.54.2, < 2",
31-
"protobuf >= 4.21.6, < 6",
31+
"protobuf >= 5.29.2, < 7",
3232
"typing-extensions >= 4.5.0, < 5",
3333
]
3434
dynamic = ["version"]

0 commit comments

Comments
 (0)