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 1
1
# Frequenz Microgrid API Client Release Notes
2
2
3
- ## Summary
4
-
5
- <!-- Here goes a general summary of what this release is about -->
6
-
7
3
## Upgrading
8
4
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"
38
38
dependencies = [
39
39
" frequenz-api-microgrid >= 0.15.3, < 0.16.0" ,
40
40
" 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 " ,
42
42
" grpcio >= 1.54.2, < 2" ,
43
43
" protobuf >= 4.21.6, < 6" ,
44
44
" timezonefinder >= 6.2.0, < 7" ,
You can’t perform that action at this time.
0 commit comments