From ed72bebe61d43c492d20288685370d5fcd4ebfec Mon Sep 17 00:00:00 2001 From: Flora Date: Wed, 9 Oct 2024 16:10:07 +0200 Subject: [PATCH] Upgrade reporting client version Signed-off-by: Flora --- RELEASE_NOTES.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bf67007..06bc909 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,7 +6,7 @@ ## Upgrading - +* Upgraded reporting client to v0.9.0 ## New Features diff --git a/pyproject.toml b/pyproject.toml index f0c1d5f..119133a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ requires-python = ">= 3.11, < 4" dependencies = [ "typing-extensions >= 4.6.1, < 5", - "frequenz-client-reporting>=0.8.0, < 1", + "frequenz-client-reporting>=0.9.0, < 1", "frequenz-client-common >= 0.2.0, < 0.3", ] dynamic = ["version"]