File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 11# Frequenz Microgrid API Client Release Notes
22
3- ## Summary
4-
5- <!-- Here goes a general summary of what this release is about -->
6-
73## Upgrading
84
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-
15- ## Bug Fixes
16-
17- <!-- Here goes notable bug fixes that are worth a special mention or explanation -->
5+ - Widen ` frequenz-client-base ` dependency to allow ` v0.9.0 ` .
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ requires-python = ">= 3.11, < 4"
3838dependencies = [
3939 " frequenz-api-microgrid >= 0.15.3, < 0.16.0" ,
4040 " frequenz-channels >= 1.0.0-rc1, < 2.0.0" ,
41- " frequenz-client-base >= 0.8.0, < 0.9 " ,
41+ " frequenz-client-base >= 0.8.0, < 0.10.0 " ,
4242 " grpcio >= 1.54.2, < 2" ,
4343 " protobuf >= 4.21.6, < 6" ,
4444 " timezonefinder >= 6.2.0, < 7" ,
You can’t perform that action at this time.
0 commit comments