Skip to content

Commit 1a94d2c

Browse files
committed
Bump the minimum dependency of grpcio
This is to be compatible with Python 3.12. Also improve slightly the previous release notes item. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent ffba00a commit 1a94d2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
## Upgrading
88

99
* Updated `protobuf` dependency range: changed from `>=4.21.6, <6` to `>=5.29.2, <7`
10-
* The minimum dependency for `typing-extensions` is now `>=4.6.0` to be compatible with Python 3.12
11-
10+
* The minimum dependency for `typing-extensions` is now `4.6.0` to be compatible with Python 3.12
11+
* The minimum dependency for `grpcio` is now ` 1.59` to be compatible with Python 3.12

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
requires-python = ">= 3.11, < 4"
2828
dependencies = [
2929
"frequenz-channels >= 1.6.1, < 2",
30-
"grpcio >= 1.54.2, < 2",
30+
"grpcio >= 1.59 < 2",
3131
"protobuf >= 5.29.2, < 7",
3232
"typing-extensions >= 4.6.0, < 5",
3333
]

0 commit comments

Comments
 (0)