Skip to content

Commit a542b53

Browse files
authored
Merge pull request #39 from cyiallou/task/update-reporting-weather-clients
Update reporting and weather clients
2 parents 3e98681 + 32772b0 commit a542b53

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

RELEASE_NOTES.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
5+
The `frequenz-api-weather` package has been removed in favor of `frequenz-client-weather` because the required methods have been moved over to the latter library.
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+
- The minimum required version of `frequenz-client-reporting` is now `v0.14.0`.
1010

1111
## New Features
1212

13-
- Improved MIME type detection for email attachments, with a fallback for unknown file types.
14-
- Introduced a new alerts module for generating and formatting alert emails.
15-
- Added basic Alert and Solar Maintenance notebooks with instructions in English and German. These notebooks are aimed for running in a Deepnote project as they contain Deepnote related UI elements but they can also run in a common jupyter environment if the Deepnote UI elements are discarded.
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
1614

1715
## Bug Fixes
1816

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ dependencies = [
3434
"pvlib >= 0.11.0, < 0.12.0",
3535
"python-dotenv >= 0.21.0, < 1.1.0",
3636
"toml >= 0.10.2, < 0.11.0",
37-
"frequenz-client-reporting >= 0.13.0, < 0.14.0",
38-
"frequenz-api-weather >= 0.9.0, < 0.10.0",
37+
"frequenz-client-reporting >= 0.14.0, < 0.15.0",
38+
"frequenz-client-weather >= 0.1.0, < 0.2.0",
3939
]
4040
dynamic = ["version"]
4141

0 commit comments

Comments
 (0)