Skip to content

Commit 091628e

Browse files
authored
Merge v1.0.0-rc7xx into v1.x.x (#1049)
`v1.0.0-rc701` updated the grpclib version to `0.4.8rc2`. This is getting merged into `v1.x.x`.
2 parents 38625df + c362a6a commit 091628e

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
# Frequenz Python SDK Release Notes
22

3-
## Summary
4-
5-
<!-- Here goes a general summary of what this release is about -->
6-
7-
## Upgrading
8-
9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10-
11-
## New Features
12-
13-
<!-- Here goes the main new features and examples or instructions on how to use them -->
14-
153
## Bug Fixes
164

17-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
5+
- Bump the `grpclib` dependency to pull a fix for using IPv6 addresses.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dependencies = [
3434
"networkx >= 2.8, < 4",
3535
"numpy >= 1.26.4, < 2",
3636
"typing_extensions >= 4.6.1, < 5",
37+
"grpclib >= 0.4.8rc2",
3738
]
3839
dynamic = ["version"]
3940

0 commit comments

Comments
 (0)