Skip to content

Commit 4afcc4e

Browse files
authored
Merge pull request #145 from cwasicki/dep
Widen weather API client dependency range
2 parents 59004c9 + 890edd5 commit 4afcc4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
]
4343
dynamic = ["version"]
4444

0 commit comments

Comments
 (0)