File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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]
3839dynamic = [" version" ]
3940
You can’t perform that action at this time.
0 commit comments