Skip to content

Commit 4e188ff

Browse files
authored
Merge pull request #160 from cyiallou/chore/revert-weather-client-update
Revert "Widen weather API client dependency range (#145)"
2 parents 3383fad + 21bbddf commit 4e188ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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+
* Revert back to `v0.2.3` of the weather-client until the weather service is able to support `v0.13` of the weather API.
1010

1111
## New Features
1212

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ dependencies = [
3737
"toml >= 0.10.2, < 0.11.0",
3838
"plotly >= 6.0.0, < 6.4.0",
3939
"kaleido >= 0.2.1, < 1.1.0",
40-
"frequenz-client-reporting >= 0.18.0, < 0.20.0",
41-
"frequenz-client-weather >= 0.2.2, < 0.4.0",
40+
"frequenz-client-reporting >= 0.19.0, < 0.20.0",
41+
"frequenz-client-weather >= 0.2.3, < 0.3.0",
4242
]
4343
dynamic = ["version"]
4444

0 commit comments

Comments
 (0)