File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77## Upgrading
88
9- <!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
9+ * Widen weather API dependency range to reduce conflicts with other packages.
1010
1111## New Features
1212
13- * Add minimum of flexibility power range to PV system config .
13+ * Add flag to indicate whether PV is curtailable .
1414* Add asset optimization reporting package with data fetcher and visualization module.
1515
1616## Bug Fixes
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies = [
3838 " plotly >= 6.0.0, < 6.3.0" ,
3939 " kaleido >= 0.2.1, < 1.1.0" ,
4040 " frequenz-client-reporting >= 0.18.0, < 0.20.0" ,
41- " frequenz-client-weather >= 0.2.2, < 0.3 .0" ,
41+ " frequenz-client-weather >= 0.2.2, < 0.4 .0" ,
4242]
4343dynamic = [" version" ]
4444
You can’t perform that action at this time.
0 commit comments