Skip to content

Commit 3574383

Browse files
Merge pull request #16 from flora-hofmann-frequenz/update_client
Upgrade reporting client version
2 parents 223cd9b + ed72beb commit 3574383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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+
* Upgraded reporting client to v0.9.0
1010

1111
## New Features
1212

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
requires-python = ">= 3.11, < 4"
2828
dependencies = [
2929
"typing-extensions >= 4.6.1, < 5",
30-
"frequenz-client-reporting>=0.8.0, < 1",
30+
"frequenz-client-reporting>=0.9.0, < 1",
3131
"frequenz-client-common >= 0.2.0, < 0.3",
3232
]
3333
dynamic = ["version"]

0 commit comments

Comments
 (0)